Changeset 4176 for LMDZ6/trunk
- Timestamp:
- Jun 17, 2022, 7:49:28 PM (3 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/Ocean_skin/config_ocean_skin_m.F90
r3834 r4176 11 11 ! the depth of a sensor, or the depth at the middle of the first 12 12 ! layer of an ocean model (half the depth of the first layer). In 13 ! m. Setting depth_1 to any value >= depth has the same effect as 14 ! setting depth_1 to depth. 13 ! m. Setting depth_1 to any value >= depth (named constant defined 14 ! in module `near_Surface_m`) has the same effect as setting depth_1 15 ! to depth. 15 16 16 17 !$omp threadprivate(jcool, jwarm, rain_effect, depth_1) -
LMDZ6/trunk/libf/phylmd/Ocean_skin/sens_heat_rain_m.F90
r3834 r4176 5 5 contains 6 6 7 #ifdef IN_LMDZ 7 8 real function sens_heat_rain(rain, t, q, rhoa, xlv, t_int, p) 9 #else 10 elemental real function sens_heat_rain(rain, t, q, rhoa, xlv, t_int, p) 11 #endif 8 12 9 13 ! Computes heat flux due to rainfall, in W m-2, positive 10 14 ! upward. 11 15 12 ! Do not declare this function as elemental because it may include13 ! YOMCST.h , which contains an OpenMP directive, and that only14 ! works inOpenMP 5.0.16 ! If in LMDZ, do not declare this function as elemental because 17 ! YOMCST.h contains an OpenMP directive, and that only works in 18 ! OpenMP 5.0. 15 19 16 20 use const, only: cpa, cpw, rgas -
LMDZ6/trunk/libf/phylmd/aero_mod.F90
r4147 r4176 55 55 "ASBCM ", & ! Accumulation-mode Soluble Black Carbon Mass 56 56 "ASPOMM ", & ! Accumulation-mode Soluble Particle Organic Matter Mass 57 "SO4 ", & ! Sulfate57 "SO4 ", & ! Accumulation-mode Soluble Sulfate 58 58 "CSSO4M ", & ! Coarse-mode Soluble Sulfate Mass 59 59 "SSSSM ", & ! Super-coarse mode Soluble Sea-Salt Mass
Note: See TracChangeset
for help on using the changeset viewer.