Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/subsurface_ice.F90
- Timestamp:
- Feb 17, 2026, 2:45:53 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/subsurface_ice.F90
r4065 r4074 379 379 fracIR = 0.04*p0(k)/600.; fracDust = 0.02*p0(k)/600. 380 380 B = Diff*bigstep*86400.*365.24/(porosity*927.) 381 !B = Diff*bigstep*86400.*365.24/(porosity*rho_ice(Tb(),' h2o'))381 !B = Diff*bigstep*86400.*365.24/(porosity*rho_ice(Tb(),'H2O')) 382 382 383 383 typeT = -9 … … 869 869 870 870 B = Diff*bigstep*86400.*365.24/(porosity*927.) 871 !B = Diff*bigstep*86400.*365.24/(porosity*rho_ice(T,' h2o'))871 !B = Diff*bigstep*86400.*365.24/(porosity*rho_ice(T,'H2O')) 872 872 873 873 ! advance ice table, avdrho>0 is retreat … … 889 889 beta = (1-icefrac)/(1-porosity)/icefrac 890 890 beta = Diff*bigstep*beta*86400*365.24/927. 891 !beta = Diff*bigstep*beta*86400*365.24/rho_ice(T,' h2o')891 !beta = Diff*bigstep*beta*86400*365.24/rho_ice(T,'H2O') 892 892 zdepthT = sqrt(2*beta*avdrho*18./8314. + zdepthT**2) 893 893 endif
Note: See TracChangeset
for help on using the changeset viewer.
