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

Changeset 4839


Ignore:
Timestamp:
2014-11-10T15:43:23+01:00 (9 years ago)
Author:
timgraham
Message:

Corrected bug fix for unitialised variables in GLS scheme when using AMM12 with reduced restarts - see ticket #1402.
Also set nn_istate=0 for AMM12 as uses too much disk space in SETTE tests.

Location:
trunk/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r4493 r4839  
    1414   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input) 
    1515   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input) 
    16    nn_istate   =       1   !  output the initial state (1) or not (0) 
    1716   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1) 
    1817   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
  • trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfgls.F90

    r4821 r4839  
    12581258               en  (:,:,:) = rn_emin 
    12591259               mxln(:,:,:) = 0.001         
     1260               avt_k (:,:,:) = avt (:,:,:) 
     1261               avm_k (:,:,:) = avm (:,:,:) 
     1262               avmu_k(:,:,:) = avmu(:,:,:) 
     1263               avmv_k(:,:,:) = avmv(:,:,:) 
    12601264               DO jit = nit000 + 1, nit000 + 10   ;   CALL zdf_gls( jit )   ;   END DO 
    12611265            ENDIF 
     
    12641268            en  (:,:,:) = rn_emin 
    12651269            mxln(:,:,:) = 0.001        
    1266             avt_k (:,:,:) = avt (:,:,:) 
    1267             avm_k (:,:,:) = avm (:,:,:) 
    1268             avmu_k(:,:,:) = avmu(:,:,:) 
    1269             avmv_k(:,:,:) = avmv(:,:,:) 
    12701270         ENDIF 
    12711271         ! 
Note: See TracChangeset for help on using the changeset viewer.