Changeset 3726 for trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
- Timestamp:
- Apr 17, 2025, 9:45:14 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3612 r3726 128 128 use lmdz_atke_turbulence_ini, only : atke_ini 129 129 use waterice_tifeedback_mod, only : waterice_tifeedback 130 use callkeys_mod, only: calladj, calltherm, callatke, calldifv 131 use callkeys_mod, only: callrichsl, tke_heat_flux 132 use callkeys_mod, only: calllott, calllott_nonoro, calleofdump 133 use callkeys_mod, only: callrad, callnlte, callnirco2, nircorr 134 use callkeys_mod, only: diurnal, season, iradia, nltemodel 135 use callkeys_mod, only: water, activice, microphys, CLFvarying 136 use callkeys_mod, only: hdo, co2clouds, co2useh2o, meteo_flux 137 use callkeys_mod, only: callsoil, callslope, callcond 138 use callkeys_mod, only: tituscap, surfaceice_tifeedback 139 use callkeys_mod, only: refill_watercap, poreice_tifeedback 140 use callkeys_mod, only: cst_cap_albedo 141 use callkeys_mod, only: rdstorm, dustinjection 142 use callkeys_mod, only: topflows, dustiropacity 143 use callkeys_mod, only: sedimentation, scavenging 144 use callkeys_mod, only: photochem, callthermos 145 use callkeys_mod, only: startphy_file 146 130 147 IMPLICIT NONE 131 148 c======================================================================= … … 229 246 c ------------------ 230 247 231 include "callkeys.h"232 248 include "netcdf.inc" 233 249
Note: See TracChangeset
for help on using the changeset viewer.