Ignore:
Timestamp:
Nov 9, 2011, 3:51:31 PM (13 years ago)
Author:
rwordsworth
Message:

ice initialization modified to make 33 kg/m2 everywhere at beginning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F

    r253 r367  
    987987
    988988                 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
    992993                   write(*,*)'     ==> Ice mesh North boundary (deg)= ',
    993994     &                   rlatv(j-1)*180./pi
     
    10281029
    10291030                 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
    10331035                   write(*,*)'     ==> Ice mesh South boundary (deg)= ',
    10341036     &                   rlatv(j-1)*180./pi
     
    11281130
    11291131                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
    11311134                endif
    11321135             ENDDO
Note: See TracChangeset for help on using the changeset viewer.