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

Changeset 6243


Ignore:
Timestamp:
2016-01-13T17:25:32+01:00 (8 years ago)
Author:
kingr
Message:

Corrected the writing of the asssim backgroud - added avt, removed gcx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_add_var_to_assim_bkg/NEMOGCM/NEMO/OPA_SRC/ASM/asmbkg.F90

    r6215 r6243  
    119119            CALL iom_rstput( kt, nitbkg_r, inum, 'en'     , en                ) 
    120120#endif 
    121             CALL iom_rstput( kt, nitbkg_r, inum, 'gcx'    , gcx               ) 
     121!            CALL iom_rstput( kt, nitbkg_r, inum, 'gcx'    , gcx               ) 
    122122            CALL iom_rstput( kt, nitbkg_r, inum, 'avt'    , avt               ) 
    123123            ! 
     
    154154            CALL iom_rstput( kt, nitdin_r, inum, 'tn'     , tsn(:,:,:,jp_tem) ) 
    155155            CALL iom_rstput( kt, nitdin_r, inum, 'sn'     , tsn(:,:,:,jp_sal) ) 
     156            CALL iom_rstput( kt, nitdin_r, inum, 'avt'    , avt     ) 
    156157            CALL iom_rstput( kt, nitdin_r, inum, 'sshn'   , sshn              ) 
    157158#if defined key_lim2 || defined key_lim3 
Note: See TracChangeset for help on using the changeset viewer.