Changeset 197 for LMDZ.3.3/trunk


Ignore:
Timestamp:
Mar 29, 2001, 4:59:31 PM (23 years ago)
Author:
lmdz
Message:

Chgts divers pour le offline/nudge FH
LF

Location:
LMDZ.3.3/trunk/libf/phylmd
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/libf/phylmd/indicesol.inc

    r116 r197  
    1       INTEGER,parameter :: nbsrf=4
     1      INTEGER, parameter :: nbsrf=4
    22      INTEGER, parameter :: is_oce=3 !ocean
    33      INTEGER, parameter :: is_sic = 4 ! glace de mer
  • LMDZ.3.3/trunk/libf/phylmd/initphysto.F

    r52 r197  
    133133     .                "once", t_ops, t_wrt)
    134134
     135C T
     136C
     137      call histdef(fileid, 't', 'Temperature', 'K',
     138     .             iim, jjm+1, nhoriid, llm, 1, llm, zvertiid,
     139     .             32, 'inst(X)', t_ops, t_wrt)
     140        write(*,*) 'apres t ds initphysto'
    135141C mfu
    136142C
  • LMDZ.3.3/trunk/libf/phylmd/interface_surf.F90

    r175 r197  
    2020
    2121  USE ioipsl
    22 !  USE constantes
    2322
    2423  IMPLICIT none
  • LMDZ.3.3/trunk/libf/phylmd/physiq.F

    r191 r197  
    19341934         call phystokenc (
    19351935     I                   nlon,nlev,pdtphys,rlon,rlat,
    1936      I                   pmfu, pmfd, pen_u, pde_u, pen_d, pde_d,
     1936     I                   t,pmfu, pmfd, pen_u, pde_u, pen_d, pde_d,
    19371937     I                   ycoefh,yu1,yv1,ftsol,pctsrf,
    19381938     I                   frac_impa, frac_nucl,
    1939      I                   pphis,paire,dtime,itap,
    1940      O                   physid)
     1939     I                   pphis,paire,dtime,itap)
     1940
    19411941
    19421942      ENDIF
  • LMDZ.3.3/trunk/libf/phylmd/raddim.h

    r2 r197  
    11      INTEGER kdlon, kflev
    2       PARAMETER (kdlon=149,kflev=klev)
     2c
     3ccc      PARAMETER (kdlon=klon,kflev=klev)
     4c
     5c resolution 72 45:
     6      PARAMETER (kdlon=317,kflev=klev)
     7c resolution 64 32:
     8ccc      PARAMETER (kdlon=331,kflev=klev)
     9c resolution 96 49:
     10ccc      PARAMETER (kdlon=461,kflev=klev)
     11c resolution 144 73:
     12ccc      PARAMETER (kdlon=610,kflev=klev)
     13c resolution 96 72:
     14c      PARAMETER (kdlon=487,kflev=klev)
     15c resolution 128 64:
     16ccc       PARAMETER (kdlon=4033,kflev=klev)
Note: See TracChangeset for help on using the changeset viewer.