GEOS-5 Checkout and Build Instructions (Fortuna): Difference between revisions
Line 132: | Line 132: | ||
Go to the HOMEDIR. You need to edit a couple of files to get the experiment to run the way you want. | Go to the HOMEDIR. You need to edit a couple of files to get the experiment to run the way you want. | ||
For example, my '''AGCM.rc''' file has the following lines characteristic (to run '''GOCART''' with climatological aerosol forcing): | '''AGCM.rc''' | ||
This file controls the model run characteristics. For example, my '''AGCM.rc''' file has the following lines characteristic (to run '''GOCART''' with climatological aerosol forcing): | |||
GOCART_INTERNAL_RESTART_FILE: gocart_internal_rst | GOCART_INTERNAL_RESTART_FILE: gocart_internal_rst | ||
GOCART_INTERNAL_RESTART_TYPE: binary | GOCART_INTERNAL_RESTART_TYPE: binary | ||
Line 153: | Line 151: | ||
#AEROCLIMYEAR: 2002 | #AEROCLIMYEAR: 2002 | ||
AERO_PROVIDER: GOCART # options: PCHEM, GOCART (Radiatively active aerosols) | AERO_PROVIDER: GOCART # options: PCHEM, GOCART (Radiatively active aerosols) | ||
'''HISTORY.rc''' | |||
This file controls the output streams from the model. Mine has the following collections: | |||
COLLECTIONS: 'geosgcm_prog' | |||
'geosgcm_surf' | |||
'geosgcm_moist' | |||
'geosgcm_turb' | |||
'geosgcm_gwd' | |||
'geosgcm_tend' | |||
'geosgcm_bud' | |||
'tavg2d_aer_x' | |||
'inst3d_aer_v' | |||
:: | |||