Ignore:
Timestamp:
Jun 1, 2023, 4:44:02 PM (16 months ago)
Author:
musat
Message:

Correction diagnostic ndayrain branche IPSL-CM6A-MR
Ionela Musat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSL-CM6A-MR/libf/phylmd/phys_output_write_mod.F90

    r3842 r4557  
    225225    USE phys_state_var_mod, ONLY: pctsrf, rain_fall, snow_fall, &
    226226         qsol, z0m, z0h, fevap, agesno, &
    227          nday_rain, rain_con, snow_con, &
     227         nday_rain, ndayrain_mth, rain_con, snow_con, &
    228228         topsw, toplw, toplw0, swup, swdn, &
    229229         topsw0, swupc0, swdnc0, swup0, swdn0, SWup200, SWup200clr, &
     
    845845       CALL histwrite_phy(o_precip, zx_tmp_fi2d)
    846846       CALL histwrite_phy(o_rain_fall, rain_fall)
    847        CALL histwrite_phy(o_ndayrain, nday_rain)
     847       CALL histwrite_phy(o_ndayrain, ndayrain_mth)
    848848
    849849       ! epmax_cape:
Note: See TracChangeset for help on using the changeset viewer.