Ignore:
Timestamp:
Apr 17, 2018, 10:20:35 AM (7 years ago)
Author:
mvals
Message:

Mars GCM:
1D code cleanup:

  • in testphys1d.F variable totcloudfrac is directly called from dimradmars_mod (which notably prevents from errors when tracer=F)

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r1711 r1919  
    2020      use time_phylmdz_mod, only: daysec, dtphys, day_step,
    2121     &                            ecritphy, iphysiq
    22       use dimradmars_mod, only: tauscaling,tauvis
     22      use dimradmars_mod, only: tauscaling,tauvis,totcloudfrac
    2323      USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff,sig,
    2424     &                       presnivs,pseudoalt,scaleheight
     
    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
    124120c=======================================================================
    125121
     
    229225        allocate(dqdyn(nlayer,nq))
    230226        allocate(mqtot(nq))
    231 !MV17 nuages alizee
    232         !allocate(cloudfrac(ngrid,nlayermx))!essai allocate AP14
    233         allocate(totcloudfrac(ngrid))
    234227       
    235228        ! read tracer names from file traceur.def
     
    719712     .              dtphys,time,
    720713     .              tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling,
    721      .              totcloudfrac) !MV17 nuages alizee
     714     .              totcloudfrac)
    722715
    723716c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.