Ignore:
Timestamp:
May 19, 2017, 11:19:17 AM (8 years ago)
Author:
mvals
Message:

Mars GCM

  • implementation of a sub-grid water cloud fraction scheme (by A. Pottier): If CLFvarying is set to true in callphys.def, then the sub-grid cloud fraction routine is applied in watercloud.F and aeropacity.F.
  • accordingly modified files are: watercloud.F, aeropacity.F, callradite.F, conf_phys.F, phyetat0.F, phyredem.F90, physiq_mod.F, testphys1d.F, callkeys.h, newtsart.F, start2archive.F, lect_start_archive.F
  • added file: tcondwater.F90, used by watercloud.F to calculate the condensation temperature of water
  • watercloud.F, aeropacity.F, callradite.F are converted to module files as watercloud_mod.F, aeropacity_mod.F, callradite_mod.F

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callkeys.h

    r1684 r1711  
    1414     &   ,activice,water,tifeedback,microphys,supersat,caps,photochem   &
    1515     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds,&
    16      &   microphysco2
     16     &   microphysco2,CLFvarying
    1717     
    1818      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
     
    2020     
    2121      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
    22      &   tke_heat_flux,dustrefir,fixed_euv_value
     22     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval
    2323     
    2424      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
     
    4141      real euveff
    4242      real tke_heat_flux
     43      real CLFfixval
    4344
    4445      integer iddist
     
    5960      logical sedimentation
    6061      logical activice,tifeedback,supersat,caps
     62      logical CLFvarying
    6163      logical co2clouds
    6264      logical water
Note: See TracChangeset for help on using the changeset viewer.