Changeset 3319 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Apr 26, 2024, 5:03:35 PM (15 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution/deftank
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh
r3317 r3319 18 18 fi 19 19 20 # Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator 21 OLD_LC_NUMERIC=$LC_NUMERIC 22 LC_NUMERIC=en_US.UTF-8 23 24 25 ##################################################################### 20 26 # A few parameters that might need be changed depending on your setup: 21 27 # Path to the arch.env to source: 22 28 source ../trunk/LMDZ.COMMON/arch.env 23 29 24 # Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator25 OLD_LC_NUMERIC=$LC_NUMERIC26 LC_NUMERIC=en_US.UTF-827 28 29 #####################################################################30 30 #---------- Modify here the number of years to be simulated ------------ 31 31 ## set the number of years, either Martian or Earth years: -
trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def
r3308 r3319 52 52 # reg_thprop_dependp=.false. 53 53 54 #---------- Layering parameters ----------#55 54 # Value of the geothermal flux? Default = 0. 56 55 # fluxgeo=0. … … 93 92 # co2ice_flow=.true. 94 93 94 !#---------- Layering parameters ----------# 95 # Do you want to run with the layering algorithm? Default = .false. 96 # layering=.true. 97 95 98 # Some definitions for the physics, in file 'callphys.def' 96 99 INCLUDEDEF=callphys.def
Note: See TracChangeset
for help on using the changeset viewer.