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_def.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_def.F90

    r544 r547  
    2222   INTEGER, PARAMETER, PUBLIC ::   jpnf90      = 101     !: Use nf90 library 
    2323   INTEGER, PARAMETER, PUBLIC ::   jprstdimg   = 102     !: Use restart dimgs (fortran direct acces) library 
     24#if defined key_dimgout 
     25   INTEGER, PARAMETER, PUBLIC ::   jprstlib  = jprstdimg  !: restarts io library 
     26#else 
     27   INTEGER, PARAMETER, PUBLIC ::   jprstlib  = jpnf90     !: restarts io library 
     28#endif 
    2429 
    2530   INTEGER, PARAMETER, PUBLIC ::   jp_r8    = 200     !:  
Note: See TracChangeset for help on using the changeset viewer.