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/orbit_param_criterion_mod.F90

    r3076 r3082  
    2424#endif
    2525#ifndef CPP_STD
    26     use planete_h,   only: e_elips, obliquit, lsperi
     26    use planete_h,    only: e_elips, obliquit, lsperi
     27    use comcstfi_h,   only: pi
    2728#else
    28     use planete_mod, only: e_elips, obliquit, lsperi
     29    use planete_mod,  only: e_elips, obliquit, lsperi
     30    use comcstfi_mod, only: pi
    2931#endif
    3032use time_evol_mod,  only: year_bp_ini, var_obl, var_ecc, var_lsp, convert_years
    31 use comconst_mod,   only: pi
    3233use lask_param_mod, only: yearlask, obllask, ecclask, lsplask, ini_lask_param_mod, last_ilask
    3334
Note: See TracChangeset for help on using the changeset viewer.