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 4785 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2014-09-24T14:03:02+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: First update of AGRIF for dynamic only (_flt and _ts), see ticket #1380 and associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r4691 r4785  
    11061106      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   freq_op 
    11071107      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   freq_offset 
    1108       IF ( xios_is_valid_field     (cdid) )   CALL xios_set_field_attr     ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
    1109       IF ( xios_is_valid_fieldgroup(cdid) )   CALL xios_set_fieldgroup_attr( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
     1108      IF ( xios_is_valid_field     (cdid) )   CALL xios_set_field_attr       & 
     1109    &     ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
     1110      IF ( xios_is_valid_fieldgroup(cdid) )   CALL xios_set_fieldgroup_attr  & 
     1111    &                    ( cdid, freq_op=freq_op, freq_offset=freq_offset ) 
    11101112      CALL xios_solve_inheritance() 
    11111113   END SUBROUTINE iom_set_field_attr 
     
    14831485      ENDIF 
    14841486       
     1487!$AGRIF_DO_NOT_TREAT       
     1488! Should be fixed in the conv 
    14851489      IF( llfull ) THEN  
    14861490         clfmt = TRIM(clfmt)//",'_',i2.2,':',i2.2,':',i2.2" 
     
    14931497         WRITE(iom_sdate, '('//TRIM(clfmt)//')') iyear, imonth, iday                          ! date of the end of run 
    14941498      ENDIF 
     1499!$AGRIF_END_DO_NOT_TREAT       
    14951500 
    14961501   END FUNCTION iom_sdate 
Note: See TracChangeset for help on using the changeset viewer.