Changeset 1711 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- May 19, 2017, 11:19:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1621 r1711 118 118 character(len=44) :: txt 119 119 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 120 124 c======================================================================= 121 125 … … 225 229 allocate(dqdyn(nlayer,nq)) 226 230 allocate(mqtot(nq)) 231 !MV17 nuages alizee 232 !allocate(cloudfrac(ngrid,nlayermx))!essai allocate AP14 233 allocate(totcloudfrac(ngrid)) 227 234 228 235 ! read tracer names from file traceur.def … … 711 718 call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq, 712 719 . dtphys,time, 713 . tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling) 720 . tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling, 721 . totcloudfrac) !MV17 nuages alizee 714 722 715 723 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.