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 11776 for branches – NEMO

Changeset 11776 for branches


Ignore:
Timestamp:
2019-10-23T17:39:22+02:00 (5 years ago)
Author:
jpalmier
Message:

debug 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_GeoAlk_MEDUSA/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_update.F90

    r11726 r11776  
    439439               !! to ROSE if they need different values for different experiments) 
    440440          if ( jk .eq. 1 .and. nyear .gt. 2014 .and. nyear .lt. 2050 .and. & 
    441                    gphit(ji,jj) .ge .-60.0 .and. gphit(ji,jj) .le. 70.0 ) then 
     441                   gphit(ji,jj) .ge. -60.0 .and. gphit(ji,jj) .le. 70.0 ) then 
    442442                  f_geoeng_alk(ji,jj) = 1.17 / fse3t(ji,jj,jk) 
    443443                  fa_prod = fa_prod + f_geoeng_alk(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.