Ignore:
Timestamp:
Aug 6, 2003, 4:50:49 PM (21 years ago)
Author:
lmdzadmin
Message:

Modifs sur les seuils (cdrag etc...), inclusion des diagnostics ISCCP par Ionela
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histhf.h

    r453 r467  
    8383     .                "inst(X)", zsto,zout)
    8484
    85          CALL histdef(nid_hf, "phi500", "Geopotentiel à 500mb", "m2/s2",
     85         CALL histdef(nid_hf, "phi500", "Geopotentiel a 500mb", "m2/s2",
    8686     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    8787     .                "inst(X)", zsto,zout)
    8888
     89cIM cf FH
     90         CALL histdef(nid_hf,"u1","Zonal wind at 1st layer", "m/s",
     91     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
     92     .                "inst(X)", zsto,zout)
     93
     94         CALL histdef(nid_hf,"v1","Meridional wind at 1st layer",
     95     .                "m/s",iim,jjmp1,nhori, 1,1,1, -99, 32,
     96     .                "inst(X)", zsto,zout)
     97 
     98         CALL histdef(nid_hf, "cdrm", " Momentum drag coef.", "-",
     99     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
     100     .                "inst(X)", zsto,zout)
     101
     102         CALL histdef(nid_hf, "cdrh", "Heat drag coef.", "-",
     103     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
     104     .                "inst(X)", zsto,zout)
     105 
    89106c
    90107         CALL histend(nid_hf)
Note: See TracChangeset for help on using the changeset viewer.