Changeset 367 for trunk/LMDZ.GENERIC/libf/dyn3d
- Timestamp:
- Nov 9, 2011, 3:51:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F
r253 r367 987 987 988 988 if (rlatu(j)*180./pi.gt.80.) then 989 do isoil=1,nsoilmx 990 ith(i,j,isoil) = 18000. ! thermal inertia 991 enddo 989 qsurf(ig,igcm_h2o_ice)=3.4e3 990 !do isoil=1,nsoilmx 991 ! ith(i,j,isoil) = 18000. ! thermal inertia 992 !enddo 992 993 write(*,*)' ==> Ice mesh North boundary (deg)= ', 993 994 & rlatv(j-1)*180./pi … … 1028 1029 1029 1030 if (rlatu(j)*180./pi.lt.-80.) then 1030 do isoil=1,nsoilmx 1031 ith(i,j,isoil) = 18000. ! thermal inertia 1032 enddo 1031 qsurf(ig,igcm_h2o_ice)=3.4e3 1032 !do isoil=1,nsoilmx 1033 ! ith(i,j,isoil) = 18000. ! thermal inertia 1034 !enddo 1033 1035 write(*,*)' ==> Ice mesh South boundary (deg)= ', 1034 1036 & rlatv(j-1)*180./pi … … 1128 1130 1129 1131 if(phis(i,j).lt.-4000.*g)then 1130 qsurf(ig,igcm_h2o_ice)=1.e3 1132 !qsurf(ig,igcm_h2o_ice)=1.e3 1133 qsurf(ig,igcm_h2o_ice)=241.4 ! to make total 33 kg m^-2 1131 1134 endif 1132 1135 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.