Ignore:
Timestamp:
Mar 15, 2011, 1:19:24 PM (13 years ago)
Author:
Laurent Fairhead
Message:

Modification to take into account precipitation over ice.
The ok_precip_fonte parameter needs to be put to .false. in one of
the *.def files to ensure that the model will give comparable results to
already submitted AR5 simulations


Modification pour prendre en compte les précipitations sur la glace.
Pour assurer la continuité avec les simulations AR5 déjà 'soumises', le
paramètre ok_precip_fonte doit être à .false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/phylmd/clesphys.h

    r1374 r1500  
    6969       LOGICAL :: ok_strato
    7070       LOGICAL :: ok_hines
     71       LOGICAL :: ok_precip_fonte
    7172
    7273       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,              &
     
    8889     &     , ok_lic_melt, cvl_corr, aer_type                            &
    8990     &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES            &
    90      &     , co2_ppm0
     91     &     , co2_ppm0, ok_precip_fonte
    9192     
    9293!$OMP THREADPRIVATE(/clesphys/)
Note: See TracChangeset for help on using the changeset viewer.