Changeset 3194 for trunk/LMDZ.GENERIC
- Timestamp:
- Jan 31, 2024, 4:09:38 PM (10 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r3138 r3194 1835 1835 radiative transfer in photolysis online calculation. 1836 1836 This was needed to be consistent with the way to calculate the surface albedo. 1837 1838 == 31/01/2024 == NC 1839 Small corrections to enable compilation with WRF4. -
trunk/LMDZ.GENERIC/libf/phystd/hydrol.F90
r3100 r3194 7 7 8 8 use ioipsl_getin_p_mod, only: getin_p 9 #ifndef MESOSCALE10 9 use mod_grid_phy_lmdz, only : klon_glo ! # of physics point on full grid 11 10 use mod_phys_lmdz_para, only : is_master, gather, scatter 12 #endif13 11 use watercommon_h, only: T_h2O_ice_liq, RLFTT, rhowater, mx_eau_sol 14 12 USE surfdat_h
Note: See TracChangeset
for help on using the changeset viewer.