Changeset 10734
- Timestamp:
- 2019-03-05T18:56:04+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_eocene/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90
r6486 r10734 83 83 ! Special case for ORCA R1, R2 and R4 configurations (overwrite the value of ahm1 ahm2) 84 84 ! ============================================== 85 IF( cp_cfg == " orca" .AND. ( jp_cfg == 1 .OR. jp_cfg == 2 .OR. jp_cfg == 4 ) ) THEN85 IF( cp_cfg == "eoce" .AND. ( jp_cfg == 1 .OR. jp_cfg == 2 .OR. jp_cfg == 4 ) ) THEN 86 86 IF(lwp) WRITE(numout,*) 87 87 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.