- Timestamp:
- Jan 17, 2025, 6:16:25 PM (13 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5451,5458,5460,5463,5468-5487
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/surf_landice_mod.F90
r5364 r5489 18 18 ps, u1, v1, gustiness, rugoro, pctsrf, & 19 19 snow, qsurf, qsol, qbs1, agesno, & 20 tsoil, z0m, z0h, SFRWL, alb_dir, alb_dif, evap, fluxsens, fluxlat, fluxbs, &20 tsoil, z0m, z0h, SFRWL, alb_dir, alb_dif, evap, icesub_lic, fluxsens, fluxlat, fluxbs, & 21 21 tsurf_new, dflux_s, dflux_l, & 22 22 alt, slope, cloudf, & … … 48 48 #endif 49 49 50 !FC51 50 USE clesphys_mod_h 52 51 USE yomcst_mod_h 53 USE ioipsl_getin_p_mod, ONLY : getin_p52 USE ioipsl_getin_p_mod, ONLY : getin_p 54 53 USE lmdz_blowing_snow_ini, ONLY : c_esalt_bs, zeta_bs, pbst_bs, prt_bs, rhoice_bs, rhohard_bs 55 54 USE lmdz_blowing_snow_ini, ONLY : rhofresh_bs, tau_eqsalt_bs, tau_dens0_bs, tau_densmin_bs … … 60 59 USE dimsoil_mod_h, ONLY: nsoilmx 61 60 62 ! INCLUDE "indicesol.h"63 61 64 62 … … 121 119 REAL, DIMENSION(klon,nsw), INTENT(OUT) :: alb_dir,alb_dif 122 120 !albedo SB <<< 123 REAL, DIMENSION(klon), INTENT(OUT) :: evap, fluxsens, fluxlat 121 REAL, DIMENSION(klon), INTENT(OUT) :: evap, fluxsens, fluxlat, icesub_lic 124 122 REAL, DIMENSION(klon), INTENT(OUT) :: fluxbs 125 123 REAL, DIMENSION(klon), INTENT(OUT) :: tsurf_new … … 135 133 #ifdef ISO 136 134 REAL, DIMENSION(ntiso,klon), INTENT(OUT) :: xtevap 137 ! real, DIMENSION(niso,klon) :: xtrun_off_lic_0_diag ! est une variable globale de138 ! fonte_neige139 135 #endif 140 136 … … 163 159 REAL, DIMENSION(niso,klon) :: xtsnow_prec,xtsol_prec 164 160 REAL, DIMENSION(klon) :: snow_prec,qsol_prec 165 ! real, DIMENSION(klon) :: run_off_lic_0_diag166 161 #endif 167 162 … … 257 252 ! landice_opt = 0 : soil_model, calcul_flux, fonte_neige, ... 258 253 ! landice_opt = 1 : prepare and call INterace Lmdz SISvat (INLANDSIS) 254 ! landice_opt = 2 : skip surf_landice and use orchidee over all land surfaces 259 255 !**************************************************************************************** 260 256 … … 375 371 ! 376 372 !**************************************************************************************** 377 ! beta(:) = 1.0378 ! dif_grnd(:) = 0.0379 373 380 374 ! Suppose zero surface speed … … 393 387 #ifdef ISO 394 388 #ifdef ISOVERIF 395 !write(*,*) 'surf_land_ice 1499'396 389 DO i=1,knon 397 390 IF (iso_eau > 0) THEN … … 427 420 ! 428 421 !**************************************************************************************** 429 430 !431 !IM: plusieurs choix/tests sur l'albedo des "glaciers continentaux"432 ! alb1(1 : knon) = 0.6 !IM cf FH/GK433 ! alb1(1 : knon) = 0.82434 ! alb1(1 : knon) = 0.77 !211003 Ksta0.77435 ! alb1(1 : knon) = 0.8 !KstaTER0.8 & LMD_ARMIP5436 !IM: KstaTER0.77 & LMD_ARMIP6437 422 438 423 ! Attantion: alb1 and alb2 are not the same! … … 622 607 CALL fonte_neige(knon, is_lic, knindex, dtime, & 623 608 tsurf, precip_rain, precip_totsnow, & 624 snow, qsol, tsurf_new, evap_totsnow &609 snow, qsol, tsurf_new, evap_totsnow, icesub_lic & 625 610 #ifdef ISO 626 611 & ,fq_fonte_diag,fqfonte_diag,snow_evap_diag,fqcalving_diag &
Note: See TracChangeset
for help on using the changeset viewer.