Changeset 6070 for LMDZ6/trunk/libf/phylmd/phyetat0_mod.f90
- Timestamp:
- Feb 6, 2026, 10:58:17 AM (2 months ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/phyetat0_mod.f90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phyetat0_mod.f90
r6059 r6070 18 18 !GG USE surface_data, ONLY : type_ocean, version_ocean 19 19 USE surface_data, ONLY : type_ocean, version_ocean, iflag_seaice, & 20 iflag_seaice_alb, iflag_leads 20 iflag_seaice_alb, iflag_leads, sic_hice_fixed 21 21 !GG 22 22 USE phyetat0_get_mod, ONLY : phyetat0_get, phyetat0_srf … … 725 725 !IF (iflag_seaice == 2) THEN 726 726 727 ! initial ice thickness (if not read in the startphy) could be included in the .def files 727 728 found=phyetat0_get(hice,"hice","Ice thickness",0.) 728 729 IF (.NOT. found) THEN 729 730 PRINT*, "phyetat0: Le champ <hice> est absent" 730 731 PRINT*, "Initialisation a hice=1m " 731 hice(:)= 1.0732 hice(:)=sic_hice_fixed 732 733 END IF 733 734 found=phyetat0_get(tice,"tice","Sea Ice temperature",0.)
Note: See TracChangeset
for help on using the changeset viewer.
