Changeset 3360 for trunk/LMDZ.GENERIC/libf/phystd/newsedim.F
- Timestamp:
- Jun 5, 2024, 12:30:04 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/newsedim.F
r2670 r3360 1 MODULE newsedim_mod 2 3 IMPLICIT NONE 4 5 CONTAINS 6 1 7 SUBROUTINE newsedim(ngrid,nlay,naersize,ptimestep, 2 8 & pplev,masse,epaisseur,pt,rd,rho,pqi,wq,iq) … … 4 10 use ioipsl_getin_p_mod, only: getin_p 5 11 use comcstfi_mod, only: r, g 6 use gases_h 12 use gases_h, only: gfrac, gnom, ngasmx 13 use gases_h, only: igas_CH4, igas_CO2, igas_H2, igas_H2O 14 use gases_h, only: igas_He, igas_N2 7 15 use tracer_h, only : igcm_h2o_ice 8 16 use watercommon_h, only: T_h2O_ice_liq,T_h2O_ice_clouds … … 69 77 c Effective gas molecular radius (m) 70 78 real,save :: molrad 79 !$OMP THREADPRIVATE(molrad) 71 80 72 81 c local and saved variable … … 282 291 c & wq(1,6),wq(1,7),pqi(1,6) 283 292 284 END 293 END SUBROUTINE newsedim 294 295 END MODULE newsedim_mod
Note: See TracChangeset
for help on using the changeset viewer.