Changeset 3149 for trunk/LMDZ.MARS
- Timestamp:
- Dec 6, 2023, 4:02:06 PM (12 months ago)
- Location:
- trunk/LMDZ.MARS/deftank/pem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/pem/launch_orb_1Dchained.sh
r3145 r3149 86 86 found=false 87 87 while read -r y1 obl1 ecc1 lsp1 && read -r y2 obl2 ecc2 lsp2; do 88 y1=$(echo "$y1*1000" | bc -l) 89 y2=$(echo "$y2*1000" | bc -l) 88 90 if [ "$(echo "$y1 >= $yearlask && $yearlask > $y2" | bc)" -eq 1 ]; then 89 91 found=true -
trunk/LMDZ.MARS/deftank/pem/run_PEM.def
r3136 r3149 69 69 # icetable_dynamic=.false. 70 70 71 #---------- Water reservoirs parameters --------------#72 # Amo nt of waterreservoir if the variable is not present in startfi_PEM.nc? Default = 1.e473 # water_reservoir_nom=1e471 #---------- H2O reservoir parameters ----------# 72 # Amount of h2o ice to initialize the big reservoir if the variable is not present in startfi_PEM.nc? Default = 1.e4 73 # ini_h2o_bigreservoir=1e4 74 74 75 75 # Some definitions for the physics, in file 'callphys.def'
Note: See TracChangeset
for help on using the changeset viewer.