Changeset 2960 for trunk/LMDZ.GENERIC
- Timestamp:
- May 8, 2023, 5:34:05 PM (20 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r2958 r2960 1813 1813 wstats will be in the stats.nc file (which matches the behaviour prior to 1814 1814 this improvement). 1815 1816 == 08/05/2023 == EM 1817 Minor follow-up to r2957, since H2O aerosol variance is uniform in space 1818 and time, no need to compute or print its min/max at each radiative time step. -
trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90
r2954 r2960 472 472 end if 473 473 474 call planetwide_maxval(nueffrad(:,:,iaero_h2o),maxvalue) 475 call planetwide_minval(nueffrad(:,:,iaero_h2o),minvalue) 476 if (is_master) then 477 print*,'Max. H2O cloud particle variance = ',maxvalue 478 print*,'Min. H2O cloud particle variance = ',minvalue 479 end if 474 ! Currently the variance is constant everywhere (see h2o_reffrad), 475 ! so no need to compute and print min/max 476 ! call planetwide_maxval(nueffrad(:,:,iaero_h2o),maxvalue) 477 ! call planetwide_minval(nueffrad(:,:,iaero_h2o),minvalue) 478 ! if (is_master) then 479 ! print*,'Max. H2O cloud particle variance = ',maxvalue 480 ! print*,'Min. H2O cloud particle variance = ',minvalue 481 ! end if 480 482 endif 481 483
Note: See TracChangeset
for help on using the changeset viewer.