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 167 for trunk/NEMO/OPA_SRC/DOM – NEMO

Changeset 167 for trunk/NEMO/OPA_SRC/DOM


Ignore:
Timestamp:
2004-11-05T14:39:09+01:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX111 : remove all special characters and lines too long for the GYRE configuration part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domhgr.F90

    r93 r167  
    309309         !                          ========== 
    310310 
    311          ! angle 45° and ze1=106.e+3 / jp_cfg forced -> zlam1 = -85°, zphi1 = 29°N 
     311         ! angle 45deg and ze1=106.e+3 / jp_cfg forced -> zlam1 = -85deg, zphi1 = 29degN 
    312312         zlam1 = -85 
    313313         zphi1 = 29 
    314          ze1 = 106000. / FLOAT(jp_cfg)            ! resolution in meters 
    315          IF( nbench /= 0 )   ze1 = 106000.e0     ! benchmark: forced the resolution to be about 100 km 
     314         ! resolution in meters 
     315         ze1 = 106000. / FLOAT(jp_cfg)             
     316         ! benchmark: forced the resolution to be about 100 km 
     317         IF( nbench /= 0 )   ze1 = 106000.e0      
    316318         zsin_alpha = - SQRT( 2. ) / 2. 
    317319         zcos_alpha =   SQRT( 2. ) / 2. 
    318320         ze1deg = ze1 / (ra * rad) 
    319321         IF( nbench /= 0 )   ze1deg = ze1deg / FLOAT(jp_cfg)        ! benchmark: keep the lat/+lon 
    320          !                                                           ! at the right jp_cfg resolution 
     322         !                                                          ! at the right jp_cfg resolution 
    321323         glam0 = zlam1 + zcos_alpha * ze1deg * FLOAT( jpjglo-2 ) 
    322324         gphi0 = zphi1 + zsin_alpha * ze1deg * FLOAT( jpjglo-2 ) 
Note: See TracChangeset for help on using the changeset viewer.