Ignore:
Timestamp:
May 16, 2018, 3:58:59 PM (6 years ago)
Author:
musat
Message:

tau_gl declare dans clesphys.h et lu dans physiq_mod.
Par defaut tau_gl=86400.*5. pour coherence avec versions anciennes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3317 r3327  
    12671267    IF (debut) THEN
    12681268       CALL suphel ! initialiser constantes et parametres phys.
     1269! tau_gl : constante de rappel de la temperature a la surface de la glace - en
     1270       tau_gl=5.
     1271       CALL getin_p('tau_gl', tau_gl)
     1272! tau_gl : constante de rappel de la temperature a la surface de la glace - en
     1273! secondes
     1274       tau_gl=86400.*tau_gl
     1275       print*,'debut physiq_mod tau_gl=',tau_gl
    12691276       CALL getin_p('iflag_alp_wk_cond', iflag_alp_wk_cond)
    12701277       CALL getin_p('random_notrig_max',random_notrig_max)
Note: See TracChangeset for help on using the changeset viewer.