- Timestamp:
- Apr 3, 2026, 11:21:47 AM (28 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZISOdevSN/libf/phylmdiso/phyetat0_mod.F90
r6115 r6153 122 122 REAL :: missing_val 123 123 #ifdef ISO 124 REAL xtsnow(niso,klon, nbsrf) 124 REAL xtsnow(niso,klon,nbsrf) 125 REAL xtsurfsnow(niso, klon,nbsrf) 125 126 REAL xtrun_off_lic_0(niso,klon) 126 127 REAL Rland_ice(niso,klon) … … 649 650 ! initialise les isotopes 650 651 WRITE(*,*) 'phyetat0 1069' 651 CALL phyisoetat0 (snow,run_off_lic_0, & 652 & xtsnow,xtrun_off_lic_0, & 653 & Rland_ice,Rsol) 652 CALL phyisoetat0(snow,run_off_lic_0, xtsnow, xtsurfsnow, xtrun_off_lic_0, Rland_ice, Rsol) 654 653 #ifdef ISOVERIF 655 654 WRITE(*,*) 'phyetat0 1074' 656 655 IF (iso_eau.GT.0) THEN 657 CALL iso_verif_egalite_vect2D( & 658 & xtsnow,snow, & 659 & 'phyetat0 1101a',niso,klon,nbsrf) 656 CALL iso_verif_egalite_vect2D(xtsnow, snow, 'phyetat0 1101a',niso,klon,nbsrf) 660 657 DO i=1,klon 661 CALL iso_verif_egalite(Rland_ice(iso_eau,i),1.0, & 662 & 'phyetat0 1101b') 658 CALL iso_verif_egalite(Rland_ice(iso_eau,i),1.0, 'phyetat0 1101b') 663 659 ENDDO 664 660 ENDIF … … 806 802 !GG 807 803 #ifdef ISO 808 CALL pbl_surface_init_iso(xtsnow, Rland_ice,Rsol)804 CALL pbl_surface_init_iso(xtsnow, xtsurfsnow, Rland_ice, Rsol) 809 805 #endif 810 806 endif
Note: See TracChangeset
for help on using the changeset viewer.
