Changeset 4170 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 3, 2026, 4:34:51 PM (5 weeks ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
-
phyetat0_mod.F90 (modified) (4 diffs)
-
phyredem.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
r4166 r4170 37 37 use comsoil_h, only: flux_geo 38 38 use comslope_mod, only: nslope, major_slope 39 use paleoclimate_mod, only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif , zdqsdif_ssi_tot39 use paleoclimate_mod, only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif 40 40 use comcstfi_h, only: pi 41 41 use geometry_mod, only: latitude … … 914 914 h2oice_depth(:,:) = -999. 915 915 endif 916 917 ! Total flux with SSI918 call get_field("flux_ssice",zdqsdif_ssi_tot,found,indextime)919 if (.not.found) then920 write(*,*) "phyetat0: Failed loading <flux_ssice> : ", &921 "<flux_ssice> is set as 0 (no subsurface ice)"922 zdqsdif_ssi_tot(:,:) = 0.923 endif924 916 925 917 ! Diffusion coeficent … … 950 942 h2oice_depth(:,:) = -999. 951 943 co2ice_depth(:,:) = -999. 952 zdqsdif_ssi_tot(:,:) = 0.953 944 coef_ssdif(:,:) = 4.e-4 954 945 perennial_co2ice(:,:) = 0. … … 958 949 h2oice_depth(:,:) = -999. 959 950 co2ice_depth(:,:) = -999. 960 zdqsdif_ssi_tot(:,:) = 0.961 951 coef_ssdif(:,:) = 4.e-4 962 952 perennial_co2ice(:,:) = 0. -
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r4160 r4170 210 210 use callkeys_mod, only: calltherm, dustinjection, calllott_nonoro 211 211 use callkeys_mod, only: CLFvarying 212 use paleoclimate_mod, only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif , zdqsdif_ssi_tot212 use paleoclimate_mod, only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif 213 213 214 214 implicit none … … 390 390 call put_field("h2oice_depth","Depth of the shallowest H2O ice layer",h2oice_depth) 391 391 call put_field("co2ice_depth","Depth of the shallowest CO2 ice layer",co2ice_depth) 392 call put_field("flux_ssice","Total flux exchanged with subsurface water ice",zdqsdif_ssi_tot)393 392 call put_field("coef_ssdif","Diffusion coefficent for subsurface water",coef_ssdif) 394 393 endif
Note: See TracChangeset
for help on using the changeset viewer.
