Changeset 1193
- Timestamp:
- 11/16/10 17:58:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.card_Climat
r1169 r1193 1 # $Id$2 1 #======================================================================== 3 2 #D-- Compatibility - … … 6 5 7 6 [UserChoices] 7 # Directory for parameter files 8 PARAM_DIR=${SUBMIT_DIR}/../LMDZOR/PARAM 8 9 9 10 [InitialStateFiles] 10 List= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \ 11 List= () 12 13 [BoundaryFiles] 14 List= () 15 16 ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \ 11 17 (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, ECDYN.nc), \ 12 18 (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \ … … 18 24 (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc) 19 25 ### Please, add the o2a.nc file to fit with the coupled configuration associated 20 21 [BoundaryFiles] 22 List= () 23 ListNonDel= () 26 #,\ 27 # (${R_INIT}/ATM/IPSLCM5A/ORCA2.3xLMD9695/o2a.nc, o2a.nc) 24 28 25 29 [ParametersFiles] 26 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 27 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 28 (${SUBMIT_DIR}/PARAM/orchidee.def, .), \ 29 (${SUBMIT_DIR}/PARAM/run.def, .), \ 30 (${SUBMIT_DIR}/PARAM/traceur.def, .) 30 List= (${PARAM_DIR}/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 31 (${PARAM_DIR}/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 32 (${PARAM_DIR}/orchidee.def, .), \ 33 (${PARAM_DIR}/run.def, .), \ 34 (${PARAM_DIR}/traceur.def, .),\ 35 (${PARAM_DIR}/guide.def, .) 31 36 32 37 [RestartFiles] … … 34 39 35 40 [OutputText] 36 List= (physiq.def, gcm.def, run.def, traceur.def )41 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def) 37 42 38 43 [OutputFiles]
Note: See TracChangeset
for help on using the changeset viewer.