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

Ignore:
Timestamp:
2006-10-20T17:45:39+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_078:RB: finalization of IOM (2)

File:
1 edited

Legend:

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

    r544 r547  
    5757      LOGICAL         , INTENT(in   ), OPTIONAL ::   ldwrt    ! open in write modeb          (default = .FALSE.) 
    5858      INTEGER         , INTENT(in   ), OPTIONAL ::   kdom     ! Type of domain to be written (default = jpdom_local_noovlap) 
    59       INTEGER         , INTENT(in   ), OPTIONAL ::   kiolib   ! library used to open the file (default = jpioipsl)  
     59      INTEGER         , INTENT(in   ), OPTIONAL ::   kiolib   ! library used to open the file (default = jpnf90)  
    6060 
    6161      CHARACTER(LEN=100)    ::   clname    ! the name of the file based on cdname [[+clcpu]+clcpu] 
     
    9494      ! what library do we use to open the file? 
    9595      IF( PRESENT(kiolib) ) THEN   ;   iolib = kiolib 
    96       ELSE                         ;   iolib = jpioipsl 
     96      ELSE                         ;   iolib = jpnf90 
    9797      ENDIF 
    9898      ! create the file name by added, if needed, TRIM(Agrif_CFixed()) and TRIM(clsuffix) 
Note: See TracChangeset for help on using the changeset viewer.