Changeset 334 for CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.card
- Timestamp:
- 05/28/08 16:39:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.card
r326 r334 7 7 # You can choose here the name of create_etat0 you want to use 8 8 # If noting is defined here, the job will get the JobName in the file ../CREATE/config.card 9 CREATE=ETAT0 9 CREATE=ELC-${RESOL_ATM} 10 10 11 # Par default, adjust=n in run.def 11 12 LMDZ_adjust = n 12 13 13 14 [InitialStateFiles] 14 # start and startphy are the clim files computed with CREATE (create_etat0_limit) job 15 # CLIM version 16 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_start.nc, start.nc) \ 17 (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_startphy.nc, startphy.nc) 18 # AMIP files : replace this list by 19 #List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_start.nc, start.nc) \ 20 # (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_startphy.nc, startphy.nc) 15 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_start.nc, start.nc) \ 16 (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_startphy.nc, startphy.nc) 21 17 22 18 [BoundaryFiles] 23 List= () 24 # AMIP files : list is : 25 # List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_limit.nc, limit.nc) 26 27 # The first one is the limit.nc computed with CREATE job 28 # CLIM version 29 ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_limit.nc, limit.nc) 19 List= () 20 ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_clim_limit.nc, limit.nc) 30 21 31 22 # With sulfates :
Note: See TracChangeset
for help on using the changeset viewer.