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 2561 for trunk/NEMOGCM/NEMO/OPA_SRC/DIA/diahth.F90 – NEMO

Ignore:
Timestamp:
2011-01-17T17:22:58+01:00 (13 years ago)
Author:
cetlod
Message:

Suppression of special characters in the name of output variables & check consistency with iodef.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DIA/diahth.F90

    r2528 r2561  
    202202      END DO 
    203203 
    204       CALL iom_put( "mld|dt|" , zabs2        )   ! MLD abs(delta t) - 0.2 
     204      CALL iom_put( "mld_dt02", zabs2        )   ! MLD abs(delta t) - 0.2 
    205205      CALL iom_put( "topthdep", ztm2         )   ! T(10) - 0.2 
    206206      CALL iom_put( "mldr10_3", zrho10_3     )   ! MLD delta rho(10m) = 0.03 
Note: See TracChangeset for help on using the changeset viewer.