Changeset 1512
- Timestamp:
- 07/15/11 10:45:11 (13 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR
- Files:
-
- 1 added
- 4 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_AMIP
r1370 r1512 5 5 6 6 [UserChoices] 7 # Physics package to use : AP for standard/old physics(defalut) or NPv3.0 for new physics 8 LMDZ_Physics=AP 9 #LMDZ_Physics=NPv3.0 10 7 11 # You can choose here the name of create_etat0 you want to use 8 12 # If noting is defined here, the job will get the JobName in the file ../CREATE/config.card … … 59 63 60 64 [ParametersFiles] 61 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \65 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 62 66 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 63 67 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_Climat
r1370 r1512 5 5 6 6 [UserChoices] 7 # Physics package to use : AP for standard/old physics(defalut) or NPv3.0 for new physics 8 LMDZ_Physics=AP 9 #LMDZ_Physics=NPv3.0 10 7 11 # You can choose here the name of create_etat0 you want to use 8 12 # If noting is defined here, the job will get the JobName in the file ../CREATE/config.card … … 47 51 48 52 [ParametersFiles] 49 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \53 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 50 54 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 51 55 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver
r1370 r1512 1 1 2 # $Id$ 2 3 # … … 37 38 CalendarTypeForLmdz=earth_360d 38 39 esac 40 41 42 43 ##- LMDZ physics version 44 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 45 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 46 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 47 else 48 LMDZ_Physics=AP 49 fi 50 echo LMDZ physics version : ${LMDZ_Physics} 51 52 39 53 40 54 ##- Create_etat0_limit version … … 199 213 fi 200 214 201 ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 215 ## gcm.def parameters : 216 # Modification only for new physics 217 if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 218 LMDZ_sed gcm.def iphysiq 5 219 fi 202 220 203 221 ## run.def parameters -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L11_AP
r1510 r1512 165 165 # 166 166 ### ok_ade=y/n flag Aerosol direct effect 167 ok_ade= n167 ok_ade=y 168 168 ### ok_aie=y/n flag Aerosol indirect effect 169 ok_aie= n169 ok_aie=y 170 170 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 171 171 # variable modife avec lmdz.card -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/config.card
r1289 r1512 129 129 RebuildFrequency=1Y 130 130 #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 131 RebuildFromArchive= true131 RebuildFromArchive=NONE 132 132 #D- If you want to produce time series, this flag determines 133 133 #D- frequency of post-processing submission (NONE if you don't want)
Note: See TracChangeset
for help on using the changeset viewer.