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 6337 for branches/UKMO/dev_r5518_pcbias/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90 – NEMO

Ignore:
Timestamp:
2016-02-19T17:15:08+01:00 (8 years ago)
Author:
jenniewaters
Message:

Removing lk_asminc from bias.F90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_pcbias/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90

    r6328 r6337  
    539539       ztsday  = rday / real(rdt) 
    540540 
    541             IF( lk_asminc ) THEN  ! nudge in increments and decay historical contribution 
     541            IF( ln_asmiau .and. ln_trainc ) THEN  ! nudge in increments and decay historical contribution 
    542542 
    543543                
     
    569569                  ENDDO 
    570570 
    571                   IF ( ln_trainc .and. .not.ln_bsyncro ) THEN  
     571                  IF ( .not.ln_bsyncro ) THEN  
    572572                     IF ( kt == nn_bias_itwrt ) THEN 
    573573                        DO jk = 1, jpkm1 
     
    653653            END DO      
    654654 
    655             IF( lk_asminc .and. ln_trainc .and. .not.ln_bsyncro ) THEN    
    656             ! if last outer loop (lk_asminc=true and ln_trainc=true). t/sbias_asm 
     655            IF( ln_asmiau .and. ln_trainc .and. .not.ln_bsyncro ) THEN    
     656            ! if last outer loop (ln_asmiau=true and ln_trainc=true). t/sbias_asm 
    657657            ! is updated, only once (end of run) taking into account units. 
    658658               IF ( kt == nn_bias_itwrt ) THEN 
Note: See TracChangeset for help on using the changeset viewer.