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 3612 for branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/NEMO/OPATAM_SRC/nemogcm_tam.F90 – NEMO

Ignore:
Timestamp:
2012-11-20T10:56:25+01:00 (11 years ago)
Author:
pabouttier
Message:

Fix allocation of rnf variable for GYRE in NEMOTAM - see ticket #1008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/NEMO/OPATAM_SRC/nemogcm_tam.F90

    r3611 r3612  
    316316      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
    317317      ! 
    318                             CALL sbc_rnf_init 
     318      IF( ln_rnf        )   CALL sbc_rnf_init 
    319319      !!!!!!!!!!!!! TAM initialisation !!!!!!!!!!!!!!!!!!!!!!!!!!! 
    320320      CALL nemo_alloc_tam 
Note: See TracChangeset for help on using the changeset viewer.