Changeset 5669 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- May 21, 2025, 2:48:11 PM (7 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
r5668 r5669 25 25 ql_ancien, qs_ancien, qbs_ancien, cf_ancien, rvc_ancien, & 26 26 prlw_ancien, prsw_ancien, prbsw_ancien, prw_ancien, & 27 u10m,v10m,ale_wake,ale_bl_stat, & 28 hice, tice, bilg_cumul 27 u10m,v10m,ale_wake,ale_bl_stat 29 28 30 29 … … 220 219 real :: run_off_lic_0(1) 221 220 real :: fder(1),snsrf(1,nbsrf),qsurfsrf(1,nbsrf) 221 real :: hice(1), tice(1), bilg_cumul(1) 222 222 real :: tsoil(1,nsoilmx,nbsrf) 223 223 ! real :: agesno(1,nbsrf) … … 827 827 !IF (iflag_seaice == 2) THEN 828 828 829 found=phyetat0_get(hice,"hice","Ice thickness",0.) 830 IF (.NOT. found) THEN 831 PRINT*, "phyetat0: Le champ <hice> est absent" 832 PRINT*, "Initialisation a hice=1m " 833 hice(:)=1.0 834 END IF 835 found=phyetat0_get(tice,"tice","Sea Ice temperature",0.) 836 IF (.NOT. found) THEN 837 PRINT*, "phyetat0: Le champ <tice> est absent" 838 PRINT*, "Initialisation a tsol_sic" 839 tice(:)=ftsol(:,is_sic) 840 END IF 841 found=phyetat0_get(bilg_cumul,"bilg_cumul","Flux conductivite + transmit sea-ice",0.) 842 IF (.NOT. found) THEN 843 PRINT*, "phyetat0: Le champ <bilg_cumul> est absent" 844 PRINT*, "Initialisation a zero" 845 bilg_cumul(:)=0.0 846 END IF 829 hice(:)=1.0 830 tice(:)=ftsol(:,is_sic) 831 bilg_cumul(:)=0.0 832 847 833 848 834 !END IF -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90
r5668 r5669 25 25 ql_ancien, qs_ancien, qbs_ancien, cf_ancien, rvc_ancien, & 26 26 prlw_ancien, prsw_ancien, prbsw_ancien, prw_ancien, & 27 u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_, & 28 hice, tice, bilg_cumul 27 u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_ 29 28 30 29 … … 183 182 real :: run_off_lic_0(1) 184 183 real :: fder(1),snsrf(1,nbsrf),qsurfsrf(1,nbsrf) 184 real :: hice(1), tice(1), bilg_cumul(1) 185 185 real :: tsoil(1,nsoilmx,nbsrf) 186 186 ! AM
Note: See TracChangeset
for help on using the changeset viewer.