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 477 for trunk/NEMO/LIM_SRC/limdmp.F90 – NEMO

Ignore:
Timestamp:
2006-06-19T15:12:38+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_045 : CT : - Compilation fails if including LIM but not key_tradmp. Cause is that limdmp uses resto, which is provided by tradmp; add cpp key_tradmp in the module head

  • syntax error in limdmp.F90, replace the variable name icethic by iicethic
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limdmp.F90

    r420 r477  
    44   !!  Ice model : restoring Ice thickness and Fraction leads 
    55   !!====================================================================== 
    6 #if defined key_ice_lim 
     6#if defined key_ice_lim && defined key_tradmp 
    77   !!---------------------------------------------------------------------- 
    88   !!   'key_ice_lim' :                                   LIM sea-ice model 
     
    196196         ! Read monthly ice thickness Levitus  
    197197          
    198          CALL flinget( numice_dmp, 'icethic', jpidta, jpjdta, jpk,  & 
     198         CALL flinget( numice_dmp, 'iicethic', jpidta, jpjdta, jpk,  & 
    199199            &          jpmois, nice1, nice1, mig(1), nlci, mjg(1), nlcj, hicif_data(1:nlci,1:nlcj,1) ) 
    200          CALL flinget( numice_dmp, 'icethic', jpidta, jpjdta, jpk,  & 
     200         CALL flinget( numice_dmp, 'iicethic', jpidta, jpjdta, jpk,  & 
    201201            &          jpmois, nice2, nice2, mig(1), nlci, mjg(1), nlcj, hicif_data(1:nlci,1:nlcj,2) ) 
    202202          
Note: See TracChangeset for help on using the changeset viewer.