Ignore:
Timestamp:
Jul 31, 2014, 3:46:23 PM (10 years ago)
Author:
musat
Message:

Ajout variables t2m_min_mon et t2m_max_mon dans les fichier
histmth. Ce sont les tempe©rature a minimales et
maximales journalie¨re) moyeneées sur le mo. Le calcul
est fait "manuelleÃment" dans calcul_divers.h.
Teste en sequentiel (en local) avec calendrier a 360 et 365 jours
et en parallele MPI avec calendrier 360 jours (sur adapp).
IM

  • This line, and those below, will be ignored--

M phys_output_ctrlout_mod.F90
M phys_local_var_mod.F90
M phys_output_write_mod.F90
M calcul_divers.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2102 r2103  
    3030         o_aireTER, o_flat, o_slp, o_tsol, &
    3131         o_t2m, o_t2m_min, o_t2m_max, &
     32         o_t2m_min_mon, o_t2m_max_mon, &
    3233         o_q2m, o_ustar, o_u10m, o_v10m, &
    3334         o_wind10m, o_wind10max, o_sicf, &
     
    172173
    173174    USE phys_local_var_mod, only: zxfluxlat, slp, zxtsol, zt2m, &
     175         t2m_min_mon, t2m_max_mon, &
    174176         zu10m, zv10m, zq2m, zustar, zxqsurf, qsol, &
    175177         rain_lsc, snow_lsc, evap, bils, sens, fder, &
     
    327329       CALL histwrite_phy(o_t2m_min, zt2m)
    328330       CALL histwrite_phy(o_t2m_max, zt2m)
     331       CALL histwrite_phy(o_t2m_max_mon, t2m_max_mon)
     332       CALL histwrite_phy(o_t2m_min_mon, t2m_min_mon)
    329333
    330334       IF (vars_defined) THEN
Note: See TracChangeset for help on using the changeset viewer.