Changeset 73 for trunk/mars


Ignore:
Timestamp:
Feb 20, 2011, 12:20:51 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: corrections cycle de l'eau propagees a la nouvelle physique. + corrections readmeteo.F90 [version synchronisee precedemment n etait pas la plus a jour] + corrections api.F90 pour avoir cp, R comme GCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mars/libf/phymars/meso_physiq.F

    r61 r73  
    192192      REAL ust(ngridmx)    !! pour LES avec isfflx!=0
    193193      LOGICAL flag_LES     !! pour LES avec isfflx!=0
     194      REAL qsurflast(ngridmx) !! pour diagnostics
    194195      real alpha,lay1 ! coefficients for building layers
    195196      integer iloop
     
    12501251
    12511252      IF (tracer.AND.water.AND.(ngridmx.NE.1)) THEN
    1252          if (caps.and.(obliquit.lt.27.)) then
    1253            ! NB: Updated surface pressure, at grid point 'ngrid', is
    1254            !     ps(ngrid)=pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep
    1255            tsurf(ngrid)=1./(1./136.27-r/5.9e+5*alog(0.0095*
    1256      &                     (pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep)))
    1257          endif
     1253!         if (caps.and.(obliquit.lt.27.)) then
     1254!           ! NB: Updated surface pressure, at grid point 'ngrid', is
     1255!           !     ps(ngrid)=pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep
     1256!           tsurf(ngrid)=1./(1./136.27-r/5.9e+5*alog(0.0095*
     1257!     &                     (pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep)))
     1258!         endif
     1259!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     1260!!!!! note WRF MESOSCALE AYMERIC -- mot cle "caps"
     1261!!!!! watercaptag n'est plus utilise que dans vdifc
     1262!!!!! ... pour que la sublimation ne soit pas stoppee
     1263!!!!! ... dans la calotte permanente nord si qsurf=0
     1264!!!!! on desire garder cet effet regle par caps=T
     1265!!!!! on a donc commente "if (caps.and.(obliquit.lt.27.))" ci-dessus
     1266!!!!! --- remplacer ces lignes par qqch de plus approprie
     1267!!!!!      si on s attaque a la calotte polaire sud
     1268!!!!! pas d'autre occurrence majeure du mot-cle "caps"
     1269!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     1270
    12581271c       -------------------------------------------------------------
    12591272c       Change of surface albedo (set to 0.4) in case of ground frost
     
    15631576         wtsurf(ig) = tsurf(ig)    !! surface temperature
    15641577         wco2ice(ig) = co2ice(ig)  !! co2 ice
     1578
     1579         !!! TEMP TEMP TEMP TEMP TEMP TEMP TEMP
     1580         !!! specific to WRF WRF WRF
     1581         !!! just to output water ice on surface
     1582         !!! [it might not be water ice on surface but OK]
     1583         !!! uncomment the Registry entry
     1584         qsurflast(ig) = qsurf(ig,nqmx)
     1585
    15651586      enddo
    15661587c
Note: See TracChangeset for help on using the changeset viewer.