New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6851 for branches/2016/dev_r6325_SIMPLIF_1/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2016-08-08T10:34:39+02:00 (8 years ago)
Author:
gm
Message:

#1629: SIMPLIF_1: S-EOS + DOC and phasing with trunk rev6826

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6325_SIMPLIF_1/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r6347 r6851  
    114114      CASE (30)   ;   CALL xios_set_context_attr(TRIM(clname), calendar_type= "D360") 
    115115      END SELECT 
    116       WRITE(cldate,"(i4.4,'-',i2.2,'-',i2.2,' 00:00:00')") nyear,nmonth,nday  
     116      WRITE(cldate,"(i4.4,'-',i2.2,'-',i2.2,' ',i2.2,':',i2.2,':00')") nyear,nmonth,nday,nhour,nminute 
    117117      CALL xios_set_context_attr(TRIM(clname), start_date=cldate ) 
    118118 
     
    792792                  ENDIF 
    793793                  IF( PRESENT(pv_r3d) ) THEN 
    794                      IF( idom == jpdom_data ) THEN                         ;   icnt(3) = jpkdta 
     794                     IF( idom == jpdom_data ) THEN                         ;   icnt  (3) = jpkdta 
    795795                     ELSE IF( ll_depth_spec .AND. PRESENT(kstart) ) THEN   ;   istart(3) = kstart(3)   ;   icnt(3) = kcount(3) 
    796                      ELSE                                                  ;   icnt(3) = jpk 
     796                     ELSE                                                  ;   icnt  (3) = jpk 
    797797                     ENDIF 
    798798                  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.