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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/ICB/icbutl.F90

    r14219 r14644  
    321321         ! 
    322322         IF ( ierr > 0 ) THEN 
    323             WRITE(numout,*) 'bottom left corner T point out of bound' 
    324             WRITE(numout,*) pi, kii, mig( 1 ), mig(jpi) 
    325             WRITE(numout,*) pj, kij, mjg( 1 ), mjg(jpj) 
    326             WRITE(numout,*) pmsk 
    327             CALL ctl_stop('STOP','icb_utl_bilin_h: an icebergs coordinates is out of valid range (out of bound error)') 
     323            WRITE(numicb,*) 'bottom left corner T point out of bound' 
     324            WRITE(numicb,*) pi, kii, mig( 1 ), mig(jpi) 
     325            WRITE(numicb,*) pj, kij, mjg( 1 ), mjg(jpj) 
     326            WRITE(numicb,*) pmsk 
     327            CALL FLUSH(numicb) 
     328            CALL ctl_stop('STOP','icb_utl_bilin_e: an icebergs coordinates is out of valid range (out of bound error).'       , & 
     329                 &                                'This can be fixed using rn_speed_limit=0.4 in &namberg.'                   , & 
     330                 &                                'More details in the corresponding iceberg.stat file (nn_verbose_level > 0).' ) 
    328331         END IF 
    329332      END IF 
Note: See TracChangeset for help on using the changeset viewer.