Ignore:
Timestamp:
Apr 22, 2010, 12:46:16 PM (14 years ago)
Author:
idelkadi
Message:
  • Rajout des cles logiques pour activer les sorties COSP par frequence
  • Reglages des niveaux de sorties pour les variables CFMIP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/cosp/phys_cosp.F90

    r1327 r1368  
    44
    55
    6   subroutine phys_cosp( itap,dtime,freq_cosp,ecrit_mth,ecrit_day,ecrit_hf, &
    7                         overlaplmdz,Nptslmdz,Nlevlmdz,lon,lat, presnivs, &
     6  subroutine phys_cosp( itap,dtime,freq_cosp, &
     7                        ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, &
     8                        ecrit_mth,ecrit_day,ecrit_hf, &
     9                        Nptslmdz,Nlevlmdz,lon,lat, presnivs,overlaplmdz, &
    810                        ref_liq,ref_ice,fracTerLic,u_wind,v_wind,phi,ph,p,skt,t, &
    911                        sh,rh,tca,cca,mr_lsliq,mr_lsice,fl_lsrainI,fl_lssnowI, &
     
    117119  integer :: ii,idayref
    118120  real    :: zjulian,zstoday,zstomth,zstohf,zout,ecrit_day,ecrit_hf,ecrit_mth
     121  logical :: ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
    119122  integer :: nhori,nvert,nvertp,nvertisccp,nvertm,nvertcol
    120123  integer, save :: nid_day_cosp,nid_mth_cosp,nid_hf_cosp
     
    326329        enddo
    327330
     331 if (ok_mensuelCOSP) then
    328332     include "ini_histmthCOSP.h"
     333 endif
     334 if (ok_journeCOSP) then
    329335     include "ini_histdayCOSP.h"
     336 endif
     337 if (ok_hfCOSP) then
    330338     include "ini_histhfCOSP.h"
    331 
     339 endif
    332340
    333341!   print*,'Fin Initialisation des sorties COSP, debut_cosp =',debut_cosp
     
    446454   enddo
    447455
     456 if (ok_mensuelCOSP) then
    448457  include "write_histmthCOSP.h"
     458 endif
     459 if (ok_journeCOSP) then
    449460  include "write_histdayCOSP.h"
     461 endif
     462 if (ok_hfCOSP ) then
    450463  include "write_histhfCOSP.h"
    451 
     464 endif
    452465
    453466!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note: See TracChangeset for help on using the changeset viewer.