Changeset 1919 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 17, 2018, 10:20:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1711 r1919 20 20 use time_phylmdz_mod, only: daysec, dtphys, day_step, 21 21 & ecritphy, iphysiq 22 use dimradmars_mod, only: tauscaling,tauvis 22 use dimradmars_mod, only: tauscaling,tauvis,totcloudfrac 23 23 USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff,sig, 24 24 & presnivs,pseudoalt,scaleheight … … 118 118 character(len=44) :: txt 119 119 120 !MV17 nuages alizee121 ! included by AP14 for cloud fraction computations- see BC generic122 !real,allocatable,dimension(:,:),save :: cloudfrac123 real,allocatable,dimension(:),save :: totcloudfrac124 120 c======================================================================= 125 121 … … 229 225 allocate(dqdyn(nlayer,nq)) 230 226 allocate(mqtot(nq)) 231 !MV17 nuages alizee232 !allocate(cloudfrac(ngrid,nlayermx))!essai allocate AP14233 allocate(totcloudfrac(ngrid))234 227 235 228 ! read tracer names from file traceur.def … … 719 712 . dtphys,time, 720 713 . tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling, 721 . totcloudfrac) !MV17 nuages alizee714 . totcloudfrac) 722 715 723 716 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.