Ignore:
Timestamp:
Jun 6, 2001, 4:27:20 PM (23 years ago)
Author:
lmdzadmin
Message:

Impression debug dans clmain MAFO
Introduction du physiq.def LF
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F

    r205 r223  
    8181      EXTERNAL fromcpl, intocpl, inicma
    8282c      ocean = type de modele ocean a utiliser: force, slab, couple
    83       character *6 ocean
    84       parameter (ocean = 'force ')
     83      character*6 ocean
     84      SAVE ocean
     85
     86c      parameter (ocean = 'force ')
    8587c     parameter (ocean = 'couple')
    8688      logical ok_ocean
     
    9496ccc      PARAMETER (soil_model=.FALSE.)
    9597      logical ok_veget
    96       parameter (ok_veget = .true.)
     98      save ok_veget
     99c     parameter (ok_veget = .true.)
    97100c      parameter (ok_veget = .false.)
    98101c======================================================================
     
    112115c======================================================================
    113116      LOGICAL ok_journe ! sortir le fichier journalier
    114       PARAMETER (ok_journe=.true.)
     117      save ok_journe
     118c      PARAMETER (ok_journe=.true.)
    115119c
    116120      LOGICAL ok_mensuel ! sortir le fichier mensuel
    117       PARAMETER (ok_mensuel=.true.)
     121      save ok_mensuel
     122c      PARAMETER (ok_mensuel=.true.)
    118123c
    119124      LOGICAL ok_instan ! sortir le fichier instantane
    120       PARAMETER (ok_instan=.false.)
     125      save ok_instan
     126c      PARAMETER (ok_instan=.true.)
    121127c
    122128      LOGICAL ok_region ! sortir le fichier regional
     
    527533       IF (debut) THEN
    528534
     535c
     536c appel a la lecture du run.def physique
     537c
     538         call conf_phys(ocean, ok_veget, ok_journe, ok_mensuel,
     539     .                  ok_instan)
     540
    529541         DO k = 2, nvm          ! pas de vegetation
    530542            DO i = 1, klon
     
    786798C
    787799           call histdef(nid_day, "albe_"//clnsurf(nsrf),
    788      $         "Latent heat flux "//clnsurf(nsrf), "W/m2", 
     800     $         "Albedo surf. "//clnsurf(nsrf), "W/m2", 
    789801     $         iim,jjmp1,nhori, 1,1,1, -99, 32,
    790802     $         "ave(X)", zsto,zout)
     
    10231035c
    10241036           call histdef(nid_mth, "albe_"//clnsurf(nsrf),
    1025      $         "Latent heat flux "//clnsurf(nsrf), "W/m2", 
     1037     $         "Albedo surf. "//clnsurf(nsrf), "W/m2", 
    10261038     $         iim,jjmp1,nhori, 1,1,1, -99, 32,
    10271039     $         "ave(X)", zsto,zout)
     
    13711383c
    13721384           call histdef(nid_ins, "albe_"//clnsurf(nsrf),
    1373      $         "Albedo "//clnsurf(nsrf), "-", 
     1385     $         "Albedo surf. "//clnsurf(nsrf), "-", 
    13741386     $         iim,jjmp1,nhori, 1,1,1, -99, 32,
    13751387     $         "inst(X)", zsto,zout)
Note: See TracChangeset for help on using the changeset viewer.