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 3640 for branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/NEMO/OPATAM_SRC/SBC/sbcmod_tam.F90 – NEMO

Ignore:
Timestamp:
2012-11-23T14:57:56+01:00 (11 years ago)
Author:
pabouttier
Message:

Missing allocation/deallocation in TAM routines - See ticket #1013

File:
1 edited

Legend:

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

    r3612 r3640  
    247247!!      CALL sbc_ice_lim_2_adj_tst( kumadt ) ! LIM 2.0 ice model 
    248248!!      CALL sbc_ice_lim_adj_tst( kumadt )   ! LIM 3.0 ice model 
     249#if defined key_gyre 
    249250      CALL sbc_gyre_adj_tst( kumadt )      ! analytical formulation : GYRE configuration 
     251#endif 
    250252!!      CALL sbc_ana_adj_tst( kumadt )       ! analytical formulation : uniform sbc 
    251253      CALL sbc_flx_adj_tst( kumadt )        ! flux formulation 
Note: See TracChangeset for help on using the changeset viewer.