Changeset 4166 for trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
- Timestamp:
- Apr 2, 2026, 2:54:31 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
r4163 r4166 911 911 if (.not.found) then 912 912 write(*,*) "phyetat0: Failed loading <h2oice_depth> : ", & 913 "<h2oice_depth> is set as - 1(no subsurface ice)"914 h2oice_depth(:,:) = - 1.913 "<h2oice_depth> is set as -999 (no subsurface ice)" 914 h2oice_depth(:,:) = -999. 915 915 endif 916 916 … … 919 919 if (.not.found) then 920 920 write(*,*) "phyetat0: Failed loading <flux_ssice> : ", & 921 "<flux_ssice> is set as -1(no subsurface ice)"921 "<flux_ssice> is set as 0 (no subsurface ice)" 922 922 zdqsdif_ssi_tot(:,:) = 0. 923 923 endif … … 935 935 if (.not.found) then 936 936 write(*,*) "phyetat0: Failed loading <co2ice_depth> : ", & 937 "<co2ice_depth> is set as - 1(no subsurface ice)"938 co2ice_depth(:,:) = - 1.937 "<co2ice_depth> is set as -999 (no subsurface ice)" 938 co2ice_depth(:,:) = -999. 939 939 endif 940 940 … … 948 948 endif ! not found 949 949 else ! no startphy_file 950 h2oice_depth(:,:) = - 1.951 co2ice_depth(:,:) = - 1.950 h2oice_depth(:,:) = -999. 951 co2ice_depth(:,:) = -999. 952 952 zdqsdif_ssi_tot(:,:) = 0. 953 953 coef_ssdif(:,:) = 4.e-4 … … 956 956 endif !startphy_file 957 957 else 958 h2oice_depth(:,:) = - 1.959 co2ice_depth(:,:) = - 1.958 h2oice_depth(:,:) = -999. 959 co2ice_depth(:,:) = -999. 960 960 zdqsdif_ssi_tot(:,:) = 0. 961 961 coef_ssdif(:,:) = 4.e-4
Note: See TracChangeset
for help on using the changeset viewer.
