Ignore:
Timestamp:
Oct 11, 2023, 1:40:58 PM (14 months ago)
Author:
jbclement
Message:

PEM:

  • Correction of a bug in the initialization of constants. The correct modules are now used: 'comcstfi_h' (and no longer 'comconst_mod'!) in the general case and 'comcstfi_mod' in the case of generic model;
  • Addition of the variable 'ecritpem' in "run_PEM.def" to set the frequency of outputs in the "diagfi.nc". By default, 'ecritpem = 1' which means there is one output at each PEM year.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90

    r3032 r3082  
    146146!!!
    147147!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    148     use comsoil_h_PEM, only: mlayer_PEM   
    149     use comslope_mod, only: subslope_dist,def_slope_mean           
    150     use comconst_mod,only: pi       
     148    use comsoil_h_PEM, only: mlayer_PEM
     149    use comslope_mod, only: subslope_dist,def_slope_mean
    151150    use constants_marspem_mod,only:porosity
     151#ifndef CPP_STD
     152    use comcstfi_h,   only: pi
     153#else
     154    use comcstfi_mod, only: pi
     155#endif
     156
    152157    implicit none
    153158!   inputs
Note: See TracChangeset for help on using the changeset viewer.