Changeset 2288 for CONFIG/UNIFORM/v5
- Timestamp:
- 07/17/14 15:17:07 (10 years ago)
- Location:
- CONFIG/UNIFORM/v5
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/LMDZOR_v5.2/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/LMDZOR_v5.2/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132 -
CONFIG/UNIFORM/v5/LMDZ_v5/GENERAL/DRIVER/lmdz.driver
r2208 r2288 324 324 325 325 ## gcm.def parameters : 326 # Modification only for new physics 327 if [ X${LMDZ_Physics} = X"NPv3.1" ] ; then 326 # Modification for timestep in physics due to differnt type of physics 327 # To know the time step in minutes the physics part of LMDZ use: 1440/day_step*ipysiq/nsplit_phys 328 if [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 329 # Time step in physics: 7.5min 328 330 LMDZ_sed gcm.def iphysiq 5 329 else 331 elif [ X${LMDZ_Physics} = X"NPv3.1" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 332 # Time step in physics: 8min 333 LMDZ_sed gcm.def iphysiq 8 334 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 96x95x39 ] ; then 335 # Time step in physics: 9min 336 LMDZ_sed gcm.def iphysiq 3 337 elif [ X${LMDZ_Physics} = X"NPv3.2" ] && [ ${RESOL_ATM_3D} = 144x142x39 ] ; then 338 # Time step in physics: 8min 339 LMDZ_sed gcm.def iphysiq 4 340 elif [ X${LMDZ_Physics} = X"AP" ] ; then 341 # Time step in physics: 30min 342 # Use default value for old physics 330 343 LMDZ_sed_default gcm.def iphysiq 331 fi 344 else 345 # Warning this combination has not been prepared 346 echo "" 347 echo "WARNING!! LMDZ_Physics=${LMDZ_Physics} has not been tested with resolution ${RESOL_ATM_3D}." 348 echo " => The default timestep for iphysiq will be used. " 349 echo " => You can change the default time step in gcm.def_${RESOL_ATM_3D} but be carefull to keep the syntax: iphysiq=_AUTO_ : DEFAULT = new_value" 350 echo " => Calculate new time step in minutes in the physics of LMDZ as : 1440/day_step*ipysiq/nsplit_phys" 351 LMDZ_sed_default gcm.def iphysiq 352 echo "" 353 fi 354 332 355 333 356 -
CONFIG/UNIFORM/v5/LMDZ_v5/GENERAL/PARAM/physiq.def_L39_NPv3.2
r2264 r2288 129 129 alp_offset=0. 130 130 131 nsplit_phys= 2131 nsplit_phys=1 132 132
Note: See TracChangeset
for help on using the changeset viewer.