Ignore:
Timestamp:
Nov 6, 2015, 6:30:34 PM (9 years ago)
Author:
musat
Message:

Correction calcul sea level pressure (slp) cf. Arpege-IFS
Ajout initialisation cldfrarad

File:
1 edited

Legend:

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

    r2377 r2385  
    2929    USE phys_output_ctrlout_mod, only: o_phis, o_aire, is_ter, is_lic, is_oce, &
    3030         is_ave, is_sic, o_contfracATM, o_contfracOR, &
    31          o_aireTER, o_flat, o_slp, o_tsol, &
     31         o_aireTER, o_flat, o_slp, o_ptstar, o_pt0, o_tsol, &
    3232         o_t2m, o_t2m_min, o_t2m_max, &
    3333         o_t2m_min_mon, o_t2m_max_mon, &
     
    183183         vphiSTD, wTSTD, u2STD, v2STD, T2STD, missing_val_nf90
    184184
    185     USE phys_local_var_mod, only: zxfluxlat, slp, zxtsol, zt2m, &
     185    USE phys_local_var_mod, only: zxfluxlat, slp, ptstar, pt0, zxtsol, zt2m, &
    186186         t2m_min_mon, t2m_max_mon, evap, &
    187187         zu10m, zv10m, zq2m, zustar, zxqsurf, &
     
    350350!!! Champs 2D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    351351       CALL histwrite_phy(o_flat, zxfluxlat)
     352       CALL histwrite_phy(o_ptstar, ptstar)
     353       CALL histwrite_phy(o_pt0, pt0)
    352354       CALL histwrite_phy(o_slp, slp)
    353355       CALL histwrite_phy(o_tsol, zxtsol)
Note: See TracChangeset for help on using the changeset viewer.