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 550 for trunk/NEMO/OPA_SRC/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2006-10-25T15:43:58+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_065: SM: iom bugfix for agrif + others...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom_def.F90

    r547 r550  
    3939   INTEGER, PARAMETER, PUBLIC ::   jpmax_digits =  5   !: maximum number of digits for the cpu number in the file name 
    4040 
    41    !$AGRIF_DO_NOT_TREAT 
     41!$AGRIF_DO_NOT_TREAT 
    4242   TYPE, PUBLIC ::   flio_file 
    4343      CHARACTER(LEN=240)                        ::   name     !: name of the file 
     
    5656   END TYPE flio_file 
    5757   TYPE(flio_file), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
    58    !$AGRIF_END_DO_NOT_TREAT 
     58!$AGRIF_END_DO_NOT_TREAT 
    5959 
    6060   !!===================================================================== 
Note: See TracChangeset for help on using the changeset viewer.