Ignore:
Timestamp:
Oct 29, 2014, 8:47:46 PM (10 years ago)
Author:
idelkadi
Message:

Implementation de XIOS pour les sorties du simulateur COSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2136 r2137  
    35123512     ! adeclarer
    35133513#ifdef CPP_COSP
    3514      IF (MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN
     3514     IF (itap.eq.1.or.MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN
    35153515
    35163516        print*,'freq_cosp',freq_cosp
     
    35203520        call phys_cosp(itap,dtime,freq_cosp, &
    35213521             ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, &
    3522              ecrit_mth,ecrit_day,ecrit_hf, &
     3522             ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, &
    35233523             klon,klev,rlon,rlat,presnivs,overlap, &
    35243524             fract,ref_liq,ref_ice, &
Note: See TracChangeset for help on using the changeset viewer.