GEOS GCM Quick Start: Difference between revisions
No edit summary |
|||
Line 172: | Line 172: | ||
Enter a 1-line Experiment Description: | Enter a 1-line Experiment Description: | ||
Spaces are ok here. | Spaces are ok here. Next it will ask if you wish to CLONE an experiment. If yes, you can point this to another experiment and the setup script will try and duplicate all the RC, etc. files. For now, though, choose NO to create a new experiment. | ||
Do you wish to CLONE an old experiment? (Default: NO or FALSE) | Do you wish to CLONE an old experiment? (Default: NO or FALSE) | ||
It will | It will now ask you for the atmospheric model resolution, expecting the code for one of the displayed resolutions. | ||
Enter the Atmospheric Horizontal Resolution code: | <nowiki>Enter the Atmospheric Horizontal Resolution code: | ||
-------------------------------------- | |||
Cubed-Sphere | |||
-------------------------------------- | |||
c48 -- 2 deg | |||
c90 -- 1 deg | |||
c180 -- 1/2 deg (56-km) | |||
c360 -- 1/4 deg (28-km) | |||
c720 -- 1/8 deg (14-km) | |||
c1440 - 1/16 deg ( 7-km) | |||
DYAMOND Grids | |||
c768 -- 1/8 deg (12-km) | |||
c1536 - 1/16 deg ( 6-km) | |||
c3072 - 1/32 deg ( 3-km)</nowiki> | |||
For your first time out you will probably want to enter <code>c48</code> (corresponding to ~2 degree resolution with the cubed sphere). | For your first time out you will probably want to enter <code>c48</code> (corresponding to ~2 degree resolution with the cubed sphere). | ||
Next it will ask you about the vertical resolution: | |||
Enter the Atmospheric Model Vertical Resolution: LM (Default: 72) | Enter the Atmospheric Model Vertical Resolution: LM (Default: 72) | ||
The next question is about using IOSERVER: | |||
Do you wish to IOSERVER? (Default: NO or FALSE) | |||
The "default" answer to this will change depending on the resolution you choose. For now, just accept the default. | |||
Next is a question that asks what processor you wish to run on. For example, on discover at NCCS: | |||
Enter the Processor Type you wish to run on: | |||
hasw (Haswell) (default) | |||
sky (Skylake) | |||
NOTE: At present you need access to special queues to use the Skylake, so choosing Haswell is usually a better option. | |||
After this are questions involving the ocean model: | |||
Do you wish to run the COUPLED Ocean/Sea-Ice Model? (Default: NO or FALSE) | Do you wish to run the COUPLED Ocean/Sea-Ice Model? (Default: NO or FALSE) | ||
Line 202: | Line 220: | ||
o2 (1/4-deg, 1440x720 MERRA-2) | o2 (1/4-deg, 1440x720 MERRA-2) | ||
o3 (1/8-deg, 2880x1440 OSTIA) | o3 (1/8-deg, 2880x1440 OSTIA) | ||
CS (Cubed-Sphere OSTIA) | |||
Then Land model: | |||
Enter the choice of Land Surface Boundary Conditions using: 1 (Default: Icarus), 2 (Latest Icarus-NL) | |||
Then the aerosols: | |||
Do you wish to run GOCART with Actual or Climatological Aerosols? (Enter: A (Default) or C) | |||
Enter the GOCART Emission Files to use: MERRA2 (Default), PIESA, CMIP, NR, MERRA2-DD or OPS: | Enter the GOCART Emission Files to use: MERRA2 (Default), PIESA, CMIP, NR, MERRA2-DD or OPS: | ||
After this are some questions about various setups in the model. The default is often your best bet. | |||
Enter the tag or directory (/filename) of the HISTORY.AGCM.rc.tmpl to use | Enter the tag or directory (/filename) of the HISTORY.AGCM.rc.tmpl to use | ||
Line 229: | Line 255: | ||
Hit ENTER to use Default Location: | Hit ENTER to use Default Location: | ||
---------------------------------- | ---------------------------------- | ||
Default: /discover/nobackup/''USER''/ | Default: /discover/nobackup/''USER''/GEOSgcm/install | ||
After these it will ask you for a group ID -- the default for this writer is g0620 (GMAO modeling group). Enter whatever is appropriate, as necessary. | After these it will ask you for a group ID -- the default for this writer is g0620 (GMAO modeling group). Enter whatever is appropriate, as necessary. | ||
Line 236: | Line 262: | ||
Enter your GROUP ID for Current EXP: (Default: g0620) | Enter your GROUP ID for Current EXP: (Default: g0620) | ||
----------------------------------- | ----------------------------------- | ||
The script will produce some messages and create an experiment directory (''EXPDIR'') in your space as <code>/discover/nobackup/''USERID''/''EXPID''</code>, which contains the files and sub-directories: | The script will produce some messages and create an experiment directory (''EXPDIR'') in your space as <code>/discover/nobackup/''USERID''/''EXPID''</code>, which contains the files and sub-directories: | ||
Line 255: | Line 280: | ||
*<code>regress/</code> -- contains scripts for doing regression testing of model | *<code>regress/</code> -- contains scripts for doing regression testing of model | ||
*<code>src</code> -- directory with a tarball of the model version's source code | *<code>src</code> -- directory with a tarball of the model version's source code | ||
The post-processing script will generate the archiving and plotting scripts as it runs. The setup script that you ran also creates an experiment home directory (''HOMDIR'') as either in <code>~''USERID''/geos5/''EXPID''</code> (if you accepted the default) or in <code>/discover/nobackup/''USERID''/''EXPID''</code> (if you followed the above advice) containing the run scripts and GEOS resource (<code>.rc</code>) files. | The post-processing script will generate the archiving and plotting scripts as it runs. The setup script that you ran also creates an experiment home directory (''HOMDIR'') as either in <code>~''USERID''/geos5/''EXPID''</code> (if you accepted the default) or in <code>/discover/nobackup/''USERID''/''EXPID''</code> (if you followed the above advice) containing the run scripts and GEOS resource (<code>.rc</code>) files. |