Ignore:
Timestamp:
Jul 12, 2017, 8:28:32 PM (7 years ago)
Author:
oboucher
Message:

Put under the ok_lic_cond flag the option of depositing water vapour
onto snow, especially over ice sheets (lic). The default for the flag is
FALSE in order to keep backward compatibility, but should be turned to TRUE
in order to close the water budget. Tested in CM6.0.11.

File:
1 edited

Legend:

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

    r2945 r2946  
    207207    REAL,SAVE :: cvl_corr_omp
    208208    LOGICAL,SAVE :: ok_lic_melt_omp
     209    LOGICAL,SAVE :: ok_lic_cond_omp
    209210    !
    210211    LOGICAL,SAVE  :: cycle_diurne_omp,soil_model_omp,new_oliq_omp
     
    13831384    ok_lic_melt_omp = .FALSE.
    13841385    CALL getin('ok_lic_melt', ok_lic_melt_omp)
     1386
     1387
     1388    !Config Key = ok_lic_cond
     1389    !Config Desc = Prise en compte depot de vapeur d'eau sur la calotte dans le bilan d'eau
     1390    !Config Def  = .FALSE.
     1391    !Config Help = mettre a .TRUE. pour assurer la conservation en eau
     1392    ok_lic_cond_omp = .FALSE.
     1393    CALL getin('ok_lic_cond', ok_lic_cond_omp)
    13851394
    13861395    !
Note: See TracChangeset for help on using the changeset viewer.