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

Changeset 7292


Ignore:
Timestamp:
2016-11-21T14:57:48+01:00 (7 years ago)
Author:
isabella
Message:

syntax error removed

File:
1 edited

Legend:

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

    r7284 r7292  
    733733 
    734734                   DO jk = 1, jpkm1 
    735                       tbias_i(:,:,jk) =  ( tbias_asm_stscale(:,:,jk) * zfrac * (1.0 - fbcoef_stscale(:,:) )  
    736                       sbias_i(:,:,jk) =  ( sbias_asm_stscale(:,:,jk) * zfrac * (1.0 - fbcoef_stscale(:,:) )  
     735                      tbias_i(:,:,jk) =  tbias_asm_stscale(:,:,jk) * zfrac * (1.0 - fbcoef_stscale(:,:)) 
     736                      sbias_i(:,:,jk) =  sbias_asm_stscale(:,:,jk) * zfrac * (1.0 - fbcoef_stscale(:,:)) 
    737737                   ENDDO 
    738738 
    739                   IF (lwp) THEN 
     739                   IF (lwp) THEN 
    740740                     WRITE(numout,*) 'tra_bias : bias weights' 
    741741                     WRITE(numout,*) '~~~~~~~~~~~~' 
    742742                     WRITE(numout,* ) "IPC - proportion of increments + historical pcbias applied ",zfrac 
    743                   ENDIF 
     743                   ENDIF 
    744744 
    745745                 ENDIF 
Note: See TracChangeset for help on using the changeset viewer.