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 5656 for trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2015-07-31T10:55:56+02:00 (9 years ago)
Author:
timgraham
Message:

Merge of AGRIF branch (branches/2014/dev_r4765_CNRS_agrif) onto the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r5426 r5656  
    11961196      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   freq_op 
    11971197      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   freq_offset 
    1198       IF ( xios_is_valid_field     (cdid) )   CALL xios_set_field_attr     ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
    1199       IF ( xios_is_valid_fieldgroup(cdid) )   CALL xios_set_fieldgroup_attr( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
     1198      IF ( xios_is_valid_field     (cdid) )   CALL xios_set_field_attr       & 
     1199    &     ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
     1200      IF ( xios_is_valid_fieldgroup(cdid) )   CALL xios_set_fieldgroup_attr  & 
     1201    &                    ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
    12001202      CALL xios_solve_inheritance() 
    12011203   END SUBROUTINE iom_set_field_attr 
     
    16731675            END DO 
    16741676 
     1677            IF( jn == 1 .AND. TRIM(Agrif_CFixed()) /= '0' )   clname = TRIM(Agrif_CFixed())//"_"//TRIM(clname) 
    16751678            IF( jn == 1 )   CALL iom_set_file_attr( cdid, name        = clname ) 
    16761679            IF( jn == 2 )   CALL iom_set_file_attr( cdid, name_suffix = clname ) 
     
    17201723      ENDIF 
    17211724       
     1725!$AGRIF_DO_NOT_TREAT       
     1726! Should be fixed in the conv 
    17221727      IF( llfull ) THEN  
    17231728         clfmt = TRIM(clfmt)//",'_',i2.2,':',i2.2,':',i2.2" 
     
    17301735         WRITE(iom_sdate, '('//TRIM(clfmt)//')') iyear, imonth, iday                          ! date of the end of run 
    17311736      ENDIF 
     1737!$AGRIF_END_DO_NOT_TREAT       
    17321738 
    17331739   END FUNCTION iom_sdate 
Note: See TracChangeset for help on using the changeset viewer.