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 3052 – NEMO

Changeset 3052


Ignore:
Timestamp:
2011-11-07T16:14:37+01:00 (12 years ago)
Author:
cbricaud
Message:

add corrections

Location:
branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/NEMO/OPA_SRC/IOM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r2839 r3052  
    111111   INTEGER ::   numevo_ice =   -1      !: logical unit for ice variables (temp. evolution) 
    112112   INTEGER ::   numsol     =   -1      !: logical unit for solver statistics 
    113    INTEGER ::   numfl      =   -1      !: logical unit for floats ascii output 
     113   INTEGER ::   numflo     =   -1      !: logical unit for floats ascii output 
    114114 
    115115   !!---------------------------------------------------------------------- 
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r2841 r3052  
    116116      CALL event__set_vert_axis( "depthv", gdept_0 ) 
    117117      CALL event__set_vert_axis( "depthw", gdepw_0 ) 
    118 #if defined key_floats 
     118# if defined key_floats 
    119119      CALL event__set_vert_axis( "nfloat", REAL(nfloat,wp)  ) 
    120 #endif 
     120# endif 
    121121       
    122122      ! automatic definitions of some of the xml attributs 
Note: See TracChangeset for help on using the changeset viewer.