Ignore:
Timestamp:
Sep 20, 2024, 2:33:41 PM (7 weeks ago)
Author:
Laurent Fairhead
Message:

Corrections to previous commit

Location:
LMDZ6/trunk/libf/phylmdiso
Files:
2 added
1 edited

Legend:

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

    r5204 r5205  
    15701570          abort_message='blowing snow cannot be activated with water isotopes yet'
    15711571          CALL abort_physic(modname,abort_message, 1)
    1572          IF ((ok_ice_supersat.AND.nqo .LT.6).OR.(.NOT.ok_ice_supersat.AND.nqo.LT.4)) THEN
     1572#endif
     1573         IF ((ok_ice_supersat.AND.nqo .LT.6).OR.(.NOT.ok_ice_supersat.AND.nqo.LT.5)) THEN
    15731574             WRITE (lunout, *) 'activation of blowing snow needs a specific H2O tracer', &
    15741575                               'but nqo=', nqo
     
    50995100         prfl, psfl, rhcl,  &
    51005101         zqasc, fraca,ztv,zpspsk,ztla,zthl,iflag_cld_th, &
    5101          iflag_ice_thermo, distcltop, temp_cltop,
     5102         iflag_ice_thermo, distcltop, temp_cltop,  &
    51025103         pbl_tke(:,:,is_ave), pbl_eps(:,:,is_ave), &
    51035104         cell_area, &
Note: See TracChangeset for help on using the changeset viewer.