Changeset 3194
- Timestamp:
- Jan 31, 2024, 4:09:38 PM (11 months ago)
- Location:
- trunk
- Files:
-
- 3 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 -
trunk/WRF.COMMON/INTERFACES_V4/dynphy_wrf_generic_lmd/update_inputs_physiq_mod.F
r2874 r3194 249 249 use surfdat_h, only: phisfi, albedodat, & 250 250 zmea, zstd, zsig, zgam, zthe 251 use slab_ice_h, only: noceanmx252 251 use planete_mod, only: z0 253 252 use phys_state_var_mod, only : tsurf, emis, qsurf,tslab
Note: See TracChangeset
for help on using the changeset viewer.