Changeset 705 for LMDZ4/branches/IPSL-CM4_IPCC_patches/libf/phylmd/clmain.F
- Timestamp:
- Sep 19, 2006, 4:23:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/IPSL-CM4_IPCC_patches/libf/phylmd/clmain.F
r589 r705 20 20 cIM cf JLD . zcoefh,zu1,zv1, t2m, q2m, u10m, v10m) 21 21 . zcoefh,zu1,zv1, t2m, q2m, u10m, v10m, 22 . fqcalving,f fonte, run_off_lic_0)22 . fqcalving,fqfonte,ffonte, run_off_lic_0) 23 23 cAA . itr, tr, flux_surf, d_tr) 24 24 cAA REM: … … 73 73 c dflux_q derive du flux latent 74 74 c ffonte----Flux thermique utilise pour fondre la neige 75 c fqfonte -- quantite d'eau due a la fonte de la calotte 75 76 c fqcalving-Flux d'eau "perdue" par la surface et necessaire pour limiter la 76 77 c hauteur de neige, en kg/m2/s … … 102 103 REAL dflux_t(klon), dflux_q(klon) 103 104 cIM cf JLD 104 REAL y_fqcalving(klon), y_f fonte(klon)105 REAL fqcalving(klon,nbsrf), f fonte(klon,nbsrf)105 REAL y_fqcalving(klon), y_fqfonte(klon), y_ffonte(klon) 106 REAL fqcalving(klon,nbsrf), fqfonte(klon,nbsrf), ffonte(klon,nbsrf) 106 107 REAL run_off_lic_0(klon), y_run_off_lic_0(klon) 107 108 … … 579 580 cIM cf JLD s y_flux_t, y_flux_q, y_dflux_t, y_dflux_q) 580 581 s y_flux_t, y_flux_q, y_dflux_t, y_dflux_q, 581 s y_fqcalving,y_f fonte,y_run_off_lic_0)582 s y_fqcalving,y_fqfonte,y_ffonte,y_run_off_lic_0) 582 583 c 583 584 c calculer la longueur de rugosite sur ocean … … 643 644 cIM cf JLD ?? 644 645 fqcalving(i,nsrf) = y_fqcalving(j) 646 fqfonte(i,nsrf) = y_fqfonte(j) 645 647 ffonte(i,nsrf) = y_ffonte(j) 646 648 cdragh(i) = cdragh(i) + ycoefh(j,1) … … 824 826 cIM cf JLD s flux_t, flux_q,dflux_s,dflux_l) 825 827 s flux_t, flux_q,dflux_s,dflux_l, 826 s fqcalving,f fonte,run_off_lic_0)828 s fqcalving,fqfonte,ffonte,run_off_lic_0) 827 829 828 830 USE interface_surf … … 900 902 c hauteur de neige, en kg/m2/s 901 903 REAL fqcalving(klon) 904 c Quantite d'eau de fonte de la calotte kg/mé/s 905 REAL fqfonte(klon) 902 906 c====================================================================== 903 907 REAL t_grnd ! temperature de rappel pour glace de mer … … 1120 1124 s tsol_rad, tsurf_new, alb_new, alblw, emis_new, z0_new, 1121 1125 cIM cf JLD s pctsrf_new, agesno) 1122 s pctsrf_new, agesno,fqcalving,f fonte, run_off_lic_0)1126 s pctsrf_new, agesno,fqcalving,fqfonte,ffonte, run_off_lic_0) 1123 1127 1124 1128
Note: See TracChangeset
for help on using the changeset viewer.