Changeset 3625 for trunk/LMDZ.MARS/libf/phymars/paleoclimate_mod.F90
- Timestamp:
- Feb 13, 2025, 9:45:25 AM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/paleoclimate_mod.F90
r3619 r3625 12 12 13 13 logical :: paleoclimate ! False by default, is activate for paleoclimates specific processes (e.g., lag layer) is initialized in conf_phys 14 !$OMP THREADPRIVATE(paleoclimate) 14 15 15 !$OMP THREADPRIVATE(paleoclimate)16 16 real, allocatable, dimension(:,:) :: h2o_ice_depth ! Thickness of the lag before H2O ice [m] 17 17 real, allocatable, dimension(:,:) :: lag_co2_ice ! Thickness of the lag before CO2 ice [m] 18 18 real, allocatable, dimension(:,:) :: zdqsdif_ssi_tot ! Total flux of the interactions with SSI (kg/m^2/s^-1) 19 !$OMP THREADPRIVATE(h2o_ice_depth,lag_co2_ice,zdqsdif_ssi_tot) 19 20 real, allocatable, dimension(:,:) :: d_coef ! Diffusion coefficent 20 21 logical :: lag_layer ! Does lag layer is present? 21 22 logical :: include_waterbuoyancy ! Include the effect of water buoyancy when computing the sublimation of water ice ? 22 !$OMP THREADPRIVATE( h2o_ice_depth,lag_co2_ice,d_coef,lag_layer,include_waterbuoyancy)23 !$OMP THREADPRIVATE(d_coef,lag_layer,include_waterbuoyancy) 23 24 24 25 !=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.