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/dyn1d/testphys1d.F

    r1621 r1711  
    118118      character(len=44) :: txt
    119119
     120!MV17 nuages alizee
     121!     included by AP14 for cloud fraction computations- see BC generic
     122      !real,allocatable,dimension(:,:),save :: cloudfrac
     123      real,allocatable,dimension(:),save :: totcloudfrac
    120124c=======================================================================
    121125
     
    225229        allocate(dqdyn(nlayer,nq))
    226230        allocate(mqtot(nq))
     231!MV17 nuages alizee
     232        !allocate(cloudfrac(ngrid,nlayermx))!essai allocate AP14
     233        allocate(totcloudfrac(ngrid))
    227234       
    228235        ! read tracer names from file traceur.def
     
    711718      call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq,
    712719     .              dtphys,time,
    713      .              tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling)
     720     .              tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling,
     721     .              totcloudfrac) !MV17 nuages alizee
    714722
    715723c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.