Changeset 1775 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Aug 27, 2017, 8:58:01 AM (7 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/aeropacity_mod.F
r1711 r1775 160 160 ! identify tracers 161 161 162 !! AS: firstcall OK absolute 162 163 IF (firstcall) THEN 163 164 ! identify scatterers that are dust … … 186 187 187 188 c typical profile of solsir and (1-w)^(-1): 189 c --- purely for diagnostics and printing 188 190 msolsir(1:nlayer,1:naerkind)=0 189 191 mqextsqabs(1:nlayer,1:naerkind)=0 -
trunk/LMDZ.MARS/libf/phymars/aeroptproperties.F
r1268 r1775 188 188 c Creating the effective radius and variance grid 189 189 c ----------------------------------------------- 190 ! AS: OK firstcall absolute 190 191 IF (firstcall) THEN 192 191 193 c 0.0 Allocate all local saved arrays: 192 194 allocate(refftab(refftabsize,naerkind,2)) … … 241 243 242 244 allocate(checkgrid(refftabsize,nuefftabsize,naerkind,2)) 243 checkgrid(1:refftabsize,1:nuefftabsize,1:naerkind,1:2) = .false.244 245 245 246 allocate(logvratgrid(naerkind,2)) … … 249 250 250 251 allocate(varyingnueff(naerkind)) 252 253 checkgrid(1:refftabsize,1:nuefftabsize,1:naerkind,1:2) = .false. 251 254 varyingnueff(1:naerkind) = .false. 252 255 -
trunk/LMDZ.MARS/libf/phymars/nlthermeq.F
r1266 r1775 30 30 c with no topography location would vary, but this is only 31 31 c needed for an estimate so any point would do in that case. 32 !! AS: can be problem w MESOSCALE nesting (ignored for the moment) 32 33 igpmax = ismax(ngrid, pplev, 1) 33 34 write(*, 10) ptrans -
trunk/LMDZ.MARS/libf/phymars/read_dust_scenario.F90
r1544 r1775 118 118 119 119 120 allocate(tautes(lonlen,latlen,timelen))121 allocate(lat(latlen), lon(lonlen), time(timelen))120 if (.not.allocated(tautes)) allocate(tautes(lonlen,latlen,timelen)) 121 if (.not.allocated(lat)) allocate(lat(latlen), lon(lonlen), time(timelen)) 122 122 123 123 ! "dustop" if loading visible extinction opacity
Note: See TracChangeset
for help on using the changeset viewer.