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 2380 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90 – NEMO

Ignore:
Timestamp:
2010-11-12T20:31:16+01:00 (13 years ago)
Author:
acc
Message:

nemo_v3_3beta. ORCA_R1 settings (step 2, see ticket #758). Introduces key_orca_r1 (46 level default, 75 level if key_orca_r1=75)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r2379 r2380  
    443443            CALL iom_get ( inum, jpdom_data, 'Bathymetry', bathy ) 
    444444            CALL iom_close (inum) 
     445!                                                            ! ===================== 
     446            IF( cp_cfg == "orca" .AND. jp_cfg == 1 ) THEN    ! ORCA R1 configuration 
     447               ii0 = 142   ;   ii1 = 142                     ! Close Halmera Strait   
     448               ij0 =  51   ;   ij1 =  53                     ! ===================== 
     449               DO ji = mi0(ii0), mi1(ii1) 
     450                  DO jj = mj0(ij0), mj1(ij1) 
     451                     bathy(ji,jj) = 0.0  
     452                  END DO 
     453               END DO 
     454               IF(lwp) WRITE(numout,*) 
     455               IF(lwp) WRITE(numout,*) '             orca_r1: Halmera strait closed at i=',ii0,' j=',ij0,'->',ij1 
     456            ENDIF 
    445457            !                                                ! ===================== 
    446            IF( cp_cfg == "orca" .AND. jp_cfg == 2 ) THEN    ! ORCA R2 configuration 
    447               !                                             ! ===================== 
     458            IF( cp_cfg == "orca" .AND. jp_cfg == 2 ) THEN    ! ORCA R2 configuration 
     459               !                                             ! ===================== 
    448460              IF( n_cla == 0 ) THEN 
    449461                 ! 
Note: See TracChangeset for help on using the changeset viewer.