Ignore:
Timestamp:
Feb 6, 2026, 10:58:17 AM (2 months ago)
Author:
evignon
Message:

reorganisation de la routine ocean_forced_mod pour gerer les nouvelles
options pour le traitement de la banquise en force.
Travail issu des echanges avec G. Gastineau en vu des prochains stages de master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyetat0_mod.f90

    r6059 r6070  
    1818!GG  USE surface_data,     ONLY : type_ocean, version_ocean
    1919  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
    2121!GG
    2222  USE phyetat0_get_mod, ONLY : phyetat0_get, phyetat0_srf
     
    725725  !IF (iflag_seaice == 2) THEN
    726726
     727  ! initial ice thickness (if not read in the startphy) could be included in the .def files
    727728  found=phyetat0_get(hice,"hice","Ice thickness",0.)
    728729  IF (.NOT. found) THEN
    729730       PRINT*, "phyetat0: Le champ <hice> est absent"
    730731       PRINT*, "Initialisation a hice=1m "
    731        hice(:)=1.0
     732       hice(:)=sic_hice_fixed
    732733  END IF
    733734  found=phyetat0_get(tice,"tice","Sea Ice temperature",0.)
Note: See TracChangeset for help on using the changeset viewer.