Changeset 1919
- Timestamp:
- Apr 17, 2018, 10:20:35 AM (7 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1918 r1919 2561 2561 - turn "datafile.h" into module datafile_mod.F90 (and rename variable 2562 2562 "datafile" as "datadir" since it stores the path to the datafile directory). 2563 2564 == 17/04/2018 == MV 2565 1D code cleanup: 2566 - in testphys1d.F variable totcloudfrac is directly called from dimradmars_mod (which notably prevents from errors when tracer=F) -
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.