Ignore:
Timestamp:
Jun 22, 2004, 1:45:36 PM (20 years ago)
Author:
lmdzadmin
Message:

Convergence avec la version d'Olivia Coindreau incluant:

  • le offline
  • les thermiques
  • mellor & yamada dans la couche limite

LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/initphysto.F

    r524 r541  
    188188c coefh frac_impa,frac_nucl
    189189       
    190         call histdef(fileid, 'coefh', ' ', ' ',
    191      .             iim, jjm+1, nhoriid, llm, 1, llm, zvertiid,
    192      .             32, 'inst(X)', t_ops, t_wrt)
     190        call histdef(fileid, "coefh", " ", " ",
     191     .             iim, jjm+1, nhoriid, llm, 1, llm, zvertiid,
     192     .             32, "inst(X)", t_ops, t_wrt)
     193
     194c abderrahmane le 16 09 02
     195        call histdef(fileid, "fm_th", " ", " ",
     196     .             iim, jjm+1, nhoriid, llm, 1, llm, zvertiid,
     197     .             32, "inst(X)", t_ops, t_wrt)
     198
     199        call histdef(fileid, "en_th", " ", " ",
     200     .             iim, jjm+1, nhoriid, llm, 1, llm, zvertiid,
     201     .             32, "inst(X)", t_ops, t_wrt)
     202c fin aj
    193203       
    194204        write(*,*) 'apres coefh ds initphysto' 
     
    283293
    284294      call histend(fileid)
    285       if (ok_sync) call histsync(fileid)
     295c     if (ok_sync) call histsync(fileid)
     296      if (ok_sync) call histsync
    286297
    287298       
Note: See TracChangeset for help on using the changeset viewer.