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 11539 for NEMO/branches/UKMO/NEMO_4.0_mirror_SI3_decoupled/src/OCE/IOM/iom_nf90.F90 – NEMO

Ignore:
Timestamp:
2019-09-12T14:01:49+02:00 (5 years ago)
Author:
andmirek
Message:

enable more than 100000 processors for run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_mirror_SI3_decoupled/src/OCE/IOM/iom_nf90.F90

    r10888 r11539  
    104104         IF( ldwrt ) THEN              !* the file should be open in write mode so we create it... 
    105105            IF( jpnij > 1 ) THEN 
    106                WRITE(cltmp,'(a,a,i4.4,a)') cdname(1:iln-1), '_', narea-1, '.nc' 
     106               WRITE(cltmp,'(a,a,i6.6,a)') cdname(1:iln-1), '_', narea-1, '.nc' 
    107107               cdname = TRIM(cltmp) 
    108108            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.