Ignore:
Timestamp:
11/27/14 17:45:52 (9 years ago)
Author:
aclsce
Message:

Modified in order to :

  • use writing of diaptr file by using XIOS library (SOURCES/NEMO and opa9.card)
  • IPSLCM6 specific NEMO sources coherent with updated NEMO revision
  • IPSLCM6 specific NEMO namelist files coherent with updated NEMO revision
  • use only XIOS in LMDZ trunk revision (run.def parameter)
  • coherent TS coherent with output variables (green TSC)
  • significative monitoring (ATM and MBG)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/cpl_oasis3.F90

    r2302 r2372  
    290290         IF ( llaction ) THEN 
    291291             
    292             kinfo = OASIS_Rcv 
    293292            pdata(nldi:nlei, nldj:nlej,jc) = exfld(:,:) 
    294293             
     
    308307               WRITE(numout,*) '****************' 
    309308            ENDIF 
     309 
     310            ! Ideally we would not reuse kinfo, but define a separate variable 
     311            ! for use as the return code from this routine to avoid confusion 
     312            ! with the return code previously obtained from the coupler. 
     313            kinfo = OASIS_Rcv 
    310314             
    311315         ELSE 
Note: See TracChangeset for help on using the changeset viewer.