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.
Ticket Comment Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #2579, comment 12


Ignore:
Timestamp:
2020-12-04T16:53:33+01:00 (3 years ago)
Author:
nemo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2579, comment 12

    initial v1  
    11The script compiles fine with Intel and PGI, and only had to add these two modifications to PGI. I was not able to test because the namefiles and inputs are not matching. 
    22 
    3 {{{ 
    4 diff -u ~/sbc_phy.F90 ~/sandbox/trunk/src/OCE/SBC/sbc_phy.F90  
    5 --- /home/bsc99/bsc99214/sbc_phy.F90    2020-12-04 11:58:53.224845000 +0100 
    6 +++ /home/bsc99/bsc99214/sandbox/trunk/src/OCE/SBC/sbc_phy.F90  2020-12-04 12:00:45.787528421 +0100 
     3{{{#!diff -u ~/sbc_phy.F90 ~/sandbox/trunk/src/OCE/SBC/sbc_phy.F90  
     4--- sbc_phy.F90    2020-12-04 11:58:53.224845000 +0100 
     5+++ sandbox/trunk/src/OCE/SBC/sbc_phy.F90  2020-12-04 12:00:45.787528421 +0100 
    76@@ -1069,13 +1069,16 @@ 
    87       REAL(wp), DIMENSION(jpi,jpj), INTENT(in) :: pz0       !: roughness length (for momentum) [m] 
     
    2827 
    2928}}} 
    30 {{{ 
     29{{{#!diff 
    3130--- stpctl.F90  2019-06-26 12:14:37.289793000 +0200 
    32 +++ stpctl_new.F90      2019-06-28 18:25:11.649125872 +0200 
     31+++ stpctl.F90  2019-06-28 18:25:11.649125872 +0200 
    3332@@ -25,7 +25,7 @@ 
    3433    USE lib_mpp         ! distributed memory computing