Ignore:
Timestamp:
Sep 28, 2017, 3:43:23 PM (7 years ago)
Author:
jvatant
Message:

Added the surface methane tank and put it in start files
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/start2archive.F

    r1722 r1789  
    8080      INTEGER*4 day_ini_fi
    8181
     82!     added by JVO for methane surface tank
     83      REAL tankCH4(ngridmx)
    8284
    8385c Variable naturelle / grille scalaire
     
    9193      REAL emisS(ip1jmp1)
    9294
     95!     added by JVO for methane surface tank
     96      REAL tankCH4S(ip1jmp1)
    9397
    9498c Variables intermediaires : vent naturel, mais pas coord scalaire
     
    219223      CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,
    220224     .      day_ini_fi,timefi,
    221      .      tsurf,tsoil,emis,q2,qsurf)
     225     .      tsurf,tsoil,emis,q2,qsurf,tankCH4)
    222226
    223227
     
    310314c q2 --> q2S
    311315c qsurf --> qsurfS
     316c tankCH4 --> tankCH4S
    312317c
    313318c-----------------------------------------------------------------------
     
    320325      call gr_fi_dyn(llm+1,ngridmx,iip1,jjp1,q2,q2S)
    321326      call gr_fi_dyn(nqtot,ngridmx,iip1,jjp1,qsurf,qsurfS)
     327      call gr_fi_dyn(1,ngridmx,iip1,jjp1,tankCH4,tankCH4S)
    322328
    323329c=======================================================================
     
    458464! Note: no need to write volcapa, it is stored in "controle" table
    459465
     466c-----------------------------------------------------------------
     467c Ecriture du champs  tankCH4
     468c-----------------------------------------------------------------
     469      call write_archive(nid,ntime,'tankCH4',
     470     &         'Depth of surface methane tank','m',2,tankCH4S)
    460471
    461472c Fin
Note: See TracChangeset for help on using the changeset viewer.