Fortuna 2.4 User's Guide: Difference between revisions
Line 206: | Line 206: | ||
The field <code>EXPID</code> must match the name of the experiment <code>HOME</code> directory; this is only an issue if you copy the <code>HISTORY.rc</code> from a different experiment. The <code>EXPDSC</code> field is used to label the plots. The <code>COLLECTIONS</code> field contains list of strings indicating the output collections to be created. The content of the individual collections are determined after this field. Individual collections can be "turned off" by commenting the relevant line with a <code>#</code>. | The field <code>EXPID</code> must match the name of the experiment <code>HOME</code> directory; this is only an issue if you copy the <code>HISTORY.rc</code> from a different experiment. The <code>EXPDSC</code> field is used to label the plots. The <code>COLLECTIONS</code> field contains list of strings indicating the output collections to be created. The content of the individual collections are determined after this field. Individual collections can be "turned off" by commenting the relevant line with a <code>#</code>. | ||
The following is an example of a collection specification: | |||
<pre> | |||
geosgcm_prog.template: '%y4%m2%d2_%h2%n2z.nc4', | |||
geosgcm_prog.archive: '%c/Y%y4', | |||
geosgcm_prog.format: 'CFIO', | |||
geosgcm_prog.frequency: 060000, | |||
geosgcm_prog.resolution: 144 91, | |||
geosgcm_prog.vscale: 100.0, | |||
geosgcm_prog.vunit: 'hPa', | |||
geosgcm_prog.vvars: 'log(PLE)' , 'DYN' , | |||
geosgcm_prog.levels: 1000 975 950 925 900 875 850 825 800 775 750 725 700 650 600 550 500 450 400 350 300 250 200 150 100 70 50 40 30 20 10 7 5 4 3 2 1 0.7 0.5 0.4 0.3 0.2 | |||
0.1 0.07 0.05 0.04 0.03 0.02, | |||
geosgcm_prog.fields: 'PHIS' , 'AGCM' , | |||
'T' , 'DYN' , | |||
'PS' , 'DYN' , | |||
'ZLE' , 'DYN' , 'H' , | |||
'OMEGA' , 'DYN' , | |||
'Q' , 'MOIST' , 'QV' , | |||
:: | |||
</pre> | |||
The individual specification fields are described below, but what users modify the most are the <code>fields</code> specification | |||
== Optimizing a Run == | == Optimizing a Run == |