Changeset 175 in lmdz_wrf for trunk/WRFV3/phys


Ignore:
Timestamp:
Oct 3, 2014, 12:27:31 PM (10 years ago)
Author:
lfita
Message:

Changing 'lmdz/dimensions.h' file name to avoid subversion issues
Changing 'run/namelist.input' file name to avoid subversion issues
Fixing issue on the lmdz geopotential 'pphi', which is relative to surface:

pphi = P + PB - HGT*g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WRFV3/phys/module_lmdz_phys.F

    r6 r175  
    10811081    preff=100000.
    10821082    CALL eta_to_pressure(wrf_halfeta, preff, wrf_Ptop, dimz, lmdzoutP)
     1083! L. Fita, LMD October 2014. LMDZ geopotential values are relative to the surface
     1084    DO iz=1, dimz
     1085      GeopotValues(:,iz) = GeopotValues(:,iz) - sfcGeopotValues(:)
     1086    END DO
    10831087
    10841088! We need to provide values to these variables in order to make it works
Note: See TracChangeset for help on using the changeset viewer.