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

Changeset 15338


Ignore:
Timestamp:
2021-10-06T16:11:48+02:00 (3 years ago)
Author:
andmirek
Message:

Ticket GO29: tests 5 and 6

Location:
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r6486 r15338  
    9393      !                            !-----------------------! 
    9494      istp = nit000 
     95      nstop = 0 
    9596      !  
    9697      CALL iom_init( cxios_context )            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
     
    175176904   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namcfg in configuration namelist', .TRUE. )    
    176177 
     178      nprint    = nn_print          ! convert DOCTOR namelist names into OLD names 
     179      lflush    = ln_flush          ! convert namelist variable to model variable 
    177180      ! 
    178181      !                             !--------------------------------------------! 
     
    330333      ENDIF 
    331334      ! 
    332       nprint    = nn_print          ! convert DOCTOR namelist names into OLD names 
    333335      nictls    = nn_ictls 
    334336      nictle    = nn_ictle 
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OOO_SRC/nemogcm.F90

    r6486 r15338  
    155155      READ  ( numnam_cfg, namcfg, IOSTAT = ios, ERR = 904 ) 
    156156904   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namcfg in configuration namelist', .TRUE. )    
    157  
     157      nprint    = nn_print          ! convert DOCTOR namelist names into OLD names 
     158      lflush    = ln_flush          ! convert namelist variable to model variable 
    158159      !                             !--------------------------------------------! 
    159160      !                             !  set communicator & select the local node  ! 
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r6487 r15338  
    237237   ENDIF 
    238238#endif 
     239      nprint    = nn_print          ! convert DOCTOR namelist names into OLD names 
     240      lflush    = ln_flush          ! convert namelist variable to model variable 
    239241      ! 
    240242      !                             !--------------------------------------------! 
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/SETTE/sette.sh

    r15337 r15338  
    143143# ORCA2_AGRIF_LIM :16 & 17  
    144144#                  18 & 19  
    145 for config in 8 
     145for config in 6 
    146146 
    147147do 
Note: See TracChangeset for help on using the changeset viewer.