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

Changeset 10734


Ignore:
Timestamp:
2019-03-05T18:56:04+01:00 (5 years ago)
Author:
alistairsellar
Message:

Set ldfdyn_c3d to work with "eoce" configuration. This combined with
cp_cfg="eoce" in the namelist allows us to use these equatorial modifications
(which don't assume a modern coastline), while ignoring all other "orca"
modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_eocene/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90

    r6486 r10734  
    8383         ! Special case for ORCA R1, R2 and R4 configurations (overwrite the value of ahm1 ahm2) 
    8484         ! ============================================== 
    85          IF( cp_cfg == "orca" .AND. ( jp_cfg == 1 .OR. jp_cfg == 2 .OR. jp_cfg == 4 ) ) THEN  
     85         IF( cp_cfg == "eoce" .AND. ( jp_cfg == 1 .OR. jp_cfg == 2 .OR. jp_cfg == 4 ) ) THEN  
    8686            IF(lwp) WRITE(numout,*) 
    8787            IF(lwp) WRITE(numout,*) '              ORCA R1, R2 or R4: overwrite the previous definition of ahm' 
Note: See TracChangeset for help on using the changeset viewer.