Ignore:
Timestamp:
May 8, 2023, 5:34:05 PM (20 months ago)
Author:
emillour
Message:

Generic PCM:
Minor follow-up to r2957, since H2O aerosol variance is uniform in space
and time, no need to compute or print its min/max at each radiative time step.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90

    r2954 r2960  
    472472            end if
    473473
    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
    480482         endif
    481483         
Note: See TracChangeset for help on using the changeset viewer.