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 7836 for branches/2015 – NEMO

Changeset 7836 for branches/2015


Ignore:
Timestamp:
2017-03-24T17:25:02+01:00 (7 years ago)
Author:
timgraham
Message:

Include temporary code to set lat & lon correctly in the child regoin of GYRE_AGRIF test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/NEMO/OPA_SRC/DOM/domhgr.F90

    r6404 r7836  
    279279         zlam1 = -85._wp 
    280280         zphi1 =  29._wp 
     281!!!!! Hack for GYRE_AGRIF test case. Must be deleted later 
     282         IF( .NOT. Agrif_Root() ) THEN 
     283            zlam1 = -74.552 
     284            zphi1 = 32.707 
     285         ENDIF 
     286!!!!!!!!! 
    281287         ! resolution in meters 
    282288         ze1 = 106000. / REAL( jp_cfg , wp )             
Note: See TracChangeset for help on using the changeset viewer.