Ignore:
Timestamp:
Apr 26, 2024, 5:03:35 PM (15 months ago)
Author:
jbclement
Message:

PEM:
Small correction about the dimension of an array.
JBC

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  
    1818fi
    1919
     20# Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator
     21OLD_LC_NUMERIC=$LC_NUMERIC
     22LC_NUMERIC=en_US.UTF-8
     23
     24
     25#####################################################################
    2026# A few parameters that might need be changed depending on your setup:
    2127# Path to the arch.env to source:
    2228source ../trunk/LMDZ.COMMON/arch.env
    2329
    24 # Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator
    25 OLD_LC_NUMERIC=$LC_NUMERIC
    26 LC_NUMERIC=en_US.UTF-8
    27 
    28 
    29 #####################################################################
    3030#---------- Modify here the number of years to be simulated ------------
    3131## set the number of years, either Martian or Earth years:
  • trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def

    r3308 r3319  
    5252# reg_thprop_dependp=.false.
    5353
    54 #---------- Layering parameters ----------#
    5554# Value of the geothermal flux? Default = 0.
    5655# fluxgeo=0.
     
    9392# co2ice_flow=.true.
    9493
     94!#---------- Layering parameters ----------#
     95# Do you want to run with the layering algorithm? Default = .false.
     96# layering=.true.
     97
    9598# Some definitions for the physics, in file 'callphys.def'
    9699INCLUDEDEF=callphys.def
Note: See TracChangeset for help on using the changeset viewer.