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/SBC/sbcmod.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/SBC/sbcmod.F90

    r2528 r2561  
    306306      !                                                ! ---------------------------------------- ! 
    307307      IF( MOD( kt-1, nn_fsbc ) == 0 ) THEN 
    308          CALL iom_put( "emp-rnf" , emp  - rnf )                   ! upward water flux 
    309          CALL iom_put( "emps-rnf", emps - rnf )                   ! c/d water flux 
    310          CALL iom_put( "qns+qsr" , qns  + qsr )                   ! total heat flux  
    311          CALL iom_put( "qns"     , qns        )                   ! solar heat flux 
    312          CALL iom_put( "qsr"     ,       qsr  )                   ! solar heat flux 
     308         CALL iom_put( "empmr" , emp  - rnf )                   ! upward water flux 
     309         CALL iom_put( "empsmr", emps - rnf )                   ! c/d water flux 
     310         CALL iom_put( "qt"    , qns  + qsr )                   ! total heat flux  
     311         CALL iom_put( "qns"   , qns        )                   ! solar heat flux 
     312         CALL iom_put( "qsr"   ,       qsr  )                   ! solar heat flux 
    313313         IF( nn_ice > 0 )   CALL iom_put( "ice_cover", fr_i )   ! ice fraction  
    314314      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.