Changeset 3032
- Timestamp:
- 12/01/16 15:03:25 (8 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 5 added
- 13 edited
- 4 copied
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/lmdz.card
r3029 r3032 69 69 [ParametersFiles] 70 70 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 71 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\71 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 72 72 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 73 73 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/lmdz.card
r3029 r3032 68 68 [ParametersFiles] 69 69 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 71 71 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 72 72 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card
r2951 r3032 44 44 [ParametersFiles] 45 45 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 46 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\46 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 47 47 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 48 48 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ -
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card
r2951 r3032 41 41 [ParametersFiles] 42 42 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 43 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\43 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 44 44 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 45 45 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ -
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/lmdz.card
r3029 r3032 72 72 [ParametersFiles] 73 73 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 74 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\74 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 75 75 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 76 76 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/lmdz.driver
r2911 r3032 277 277 278 278 279 ## gcm.def parameters :280 # Modification of variable iphysiq depending on the physics281 if [ X${LMDZ_Physics} = X"AP" ] ; then282 if [ ${RESOL_ATM_3D} = 96x95x39 ]; then283 value=10284 elif [ ${RESOL_ATM_3D} = 144x142x39 ]; then285 value=15286 else287 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "288 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"289 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."290 fi291 elif [ X${LMDZ_Physics} = X"NPv3.1" ] ; then292 if [ ${RESOL_ATM_3D} = 96x95x39 ] ; then293 value=5294 elif [ ${RESOL_ATM_3D} = 144x142x39 ] ; then295 value=5296 else297 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "298 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"299 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."300 fi301 elif [ X${LMDZ_Physics} = X"NPv3.2" ] ; then302 if [ ${RESOL_ATM_3D} = 96x95x39 ] ; then303 value=5304 elif [ ${RESOL_ATM_3D} = 144x142x39 ] ; then305 value=5306 elif [ ${RESOL_ATM_3D} = 128x118x39 ] ; then307 value=15308 else309 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "310 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"311 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."312 fi313 else314 # Take default value set in gcm.def315 value=DEFAULT316 fi317 IGCM_comp_modifyDefFile nonblocker gcm.def iphysiq $value318 319 279 320 280 ## run.def parameters -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/gcm.def_144x142_AP
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1min )3 day_step= 9602 ## nombre de pas par jour (multiple de iperiod) ( day_step=720 => dt=2min ) 3 day_step=720 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 … … 32 32 read_start=y 33 33 ## periode de la physique (en pas dynamiques, n'a de sens que si iflag_phys=1) 34 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 35 iphysiq=_AUTO_ : DEFAULT = 10 34 iphysiq=15 36 35 ## longitude en degres du centre du zoom 37 36 clon=0. -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/gcm.def_144x142_NPv5.70
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )3 day_step= 9602 ## nombre de pas par jour (multiple de iperiod) ( day_step=720 => dt=2min ) 3 day_step=720 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 … … 32 32 read_start=y 33 33 ## periode de la physique (en pas dynamiques, n'a de sens que si iflag_phys=1) 34 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 35 iphysiq=_AUTO_ : DEFAULT = 10 34 iphysiq=5 36 35 ## longitude en degres du centre du zoom 37 36 clon=0. -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/gcm.def_144x142_NPv5.80b
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )2 ## nombre de pas par jour (multiple de iperiod) ( day_step=960 => dt=1.5min ) 3 3 day_step=960 4 4 ## periode pour le pas Matsuno (en pas) … … 32 32 read_start=y 33 33 ## periode de la physique (en pas dynamiques, n'a de sens que si iflag_phys=1) 34 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 35 iphysiq=_AUTO_ : DEFAULT = 10 34 iphysiq=10 36 35 ## longitude en degres du centre du zoom 37 36 clon=0. -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/gcm.def_96x95_AP
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )2 ## nombre de pas par jour (multiple de iperiod) ( day_step=480 => dt=3min ) 3 3 day_step=480 4 4 ## periode pour le pas Matsuno (en pas) … … 25 25 physic=y 26 26 ## periode de la physique (en pas) 27 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 28 iphysiq=_AUTO_ : DEFAULT = 10 27 iphysiq=10 29 28 ## longitude en degres du centre du zoom 30 29 clon=0. -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/gcm.def_96x95_NPv3.2
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1min )2 ## nombre de pas par jour (multiple de iperiod) ( day_step=480 => dt=3min ) 3 3 day_step=480 4 4 ## periode pour le pas Matsuno (en pas) … … 25 25 physic=y 26 26 ## periode de la physique (en pas) 27 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 28 iphysiq=_AUTO_ : DEFAULT = 10 27 iphysiq=5 29 28 ## longitude en degres du centre du zoom 30 29 clon=0. -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card
r2951 r3032 44 44 [ParametersFiles] 45 45 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 46 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\46 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 47 47 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 48 48 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card
r2951 r3032 41 41 [ParametersFiles] 42 42 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 43 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\43 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 44 44 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 45 45 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim_360d/COMP/lmdz.card
r2928 r3032 68 68 [ParametersFiles] 69 69 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def),\ 71 71 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 72 72 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card
r2947 r3032 74 74 [ParametersFiles] 75 75 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 76 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\76 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def),\ 77 77 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 78 78 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/COMP/lmdz.card
r2947 r3032 68 68 [ParametersFiles] 69 69 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\70 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def),\ 71 71 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 72 72 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/lmdz.card
r2962 r3032 71 71 [ParametersFiles] 72 72 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 73 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY} , gcm.def),\73 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 74 74 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 75 75 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
r2911 r3032 277 277 278 278 279 ## gcm.def parameters :280 # Modification of variable iphysiq depending on the physics281 if [ X${LMDZ_Physics} = X"AP" ] ; then282 if [ ${RESOL_ATM_3D} = 96x95x39 ]; then283 value=10284 elif [ ${RESOL_ATM_3D} = 144x142x39 ]; then285 value=15286 else287 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "288 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"289 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."290 fi291 elif [ X${LMDZ_Physics} = X"NPv3.1" ] ; then292 if [ ${RESOL_ATM_3D} = 96x95x39 ] ; then293 value=5294 elif [ ${RESOL_ATM_3D} = 144x142x39 ] ; then295 value=5296 else297 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "298 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"299 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."300 fi301 elif [ X${LMDZ_Physics} = X"NPv3.2" ] ; then302 if [ ${RESOL_ATM_3D} = 96x95x39 ] ; then303 value=5304 elif [ ${RESOL_ATM_3D} = 144x142x39 ] ; then305 value=5306 elif [ ${RESOL_ATM_3D} = 128x118x39 ] ; then307 value=15308 else309 IGCM_debug_Print 1 "LMDZ_Physics=${LMDZ_Physics} has not been tested for the current resolution RESOL_ATM_3D=${RESOL_ATM_3D}. "310 IGCM_debug_Print 1 "iphysiq must be defined for the current combination of resolution and phyiscs package"311 IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination."312 fi313 else314 # Take default value set in gcm.def315 value=DEFAULT316 fi317 IGCM_comp_modifyDefFile nonblocker gcm.def iphysiq $value318 319 279 320 280 ## run.def parameters -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/gcm.def_128x118_NPv3.2
r3030 r3032 2 2 ## This parameter set up contains a zoom over Europe 3 3 ## 4 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1min )4 ## nombre de pas par jour (multiple de iperiod) ( day_step=2880 => dt=0.5min ) 5 5 day_step=2880 6 6 ## periode pour le pas Matsuno (en pas) … … 27 27 physic=y 28 28 ## periode de la physique (en pas) 29 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 30 iphysiq=_AUTO_ : DEFAULT = 60 29 iphysiq=15 31 30 ## longitude en degres du centre du zoom 32 31 clon=8.5 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/gcm.def_144x142_NPv5.70
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )2 ## nombre de pas par jour (multiple de iperiod) ( day_step=720 => dt=2min ) 3 3 day_step=720 4 4 ## periode pour le pas Matsuno (en pas) … … 32 32 read_start=y 33 33 ## periode de la physique (en pas dynamiques, n'a de sens que si iflag_phys=1) 34 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 35 iphysiq=_AUTO_ : DEFAULT = 5 34 iphysiq=5 36 35 ## longitude en degres du centre du zoom 37 36 clon=0. -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/gcm.def_96x95_AP
r3030 r3032 1 1 ## $Id$ 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )2 ## nombre de pas par jour (multiple de iperiod) ( day_step=480 => dt=3min ) 3 3 day_step=480 4 4 ## periode pour le pas Matsuno (en pas) … … 25 25 physic=y 26 26 ## periode de la physique (en pas) 27 ## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 28 iphysiq=_AUTO_ : DEFAULT = 10 27 iphysiq=10 29 28 ## longitude en degres du centre du zoom 30 29 clon=0.
Note: See TracChangeset
for help on using the changeset viewer.