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

Changeset 7662


Ignore:
Timestamp:
2017-02-09T16:07:37+01:00 (7 years ago)
Author:
isabella
Message:

some other comments

File:
1 edited

Legend:

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

    r7661 r7662  
    814814                      sbias_i(:,:,jk) = sbias_i(:,:,jk) + ( sbias_asm_stscale(:,:,jk) * zfrac1 * (1.0 - fbcoef_stscale(:,:)) ) 
    815815                   ENDDO 
    816                     
    817816                   tbias_i(:,:,:) =tbias_i(:,:,:)*tmask(:,:,:) 
    818817                   sbias_i(:,:,:) =sbias_i(:,:,:)*tmask(:,:,:) 
    819                    IF (lwp) WRITE(numout,*)  'SUM(tbias_i)' SUM(tbias_i) 
    820818               ENDIF 
    821  
    822819            ENDIF 
    823820  
     
    971968            tsw(:,:,:,jp_sal) = tsb(:,:,:,jp_sal) - sbias_p(:,:,:) - sbias_i(:,:,:) 
    972969            IF ( ln_incpc_only ) THEN 
    973                IF (lwp) WRITE(numout,*) 'SUM(tbias_i) is' SUM(tbias_i) 'before to be added to tsw' 
    974                IF (lwp) WRITE(numout,*) 'SUM(sbias_i) is' SUM(sbias_i) 'before to be added to tsw' 
     970               IF(lwp) WRITE(numout,*) 'SUM(tbias_i) is', SUM(tbias_i), 'before to be added to tsw' 
    975971               IF(lwp) WRITE(numout,*) 'ln_incpc_only =', ln_incpc_only, 'tsw updated with IPC only and ln_dynhpg_imp = ',ln_dynhpg_imp 
    976972               tsw(:,:,:,jp_tem) = tsb(:,:,:,jp_tem) - tbias_i(:,:,:) 
     
    979975         ENDIF 
    980976      ENDIF 
     977 
     978      
    981979 
    982980      IF(lwp) WRITE(numout,*) 'dyn_bias( kt ) calculating rhd_pc, kt =', kt 
Note: See TracChangeset for help on using the changeset viewer.