[Ncep.list.nems.announce] nems r95629: NEMS commit for WW3-GSM app:

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Fri Jul 14 23:05:42 UTC 2017


    Create WW3-GSM
 app. ...
Message-ID: <59694e46.gVY2dtfialyHfqZp%Samuel.Trahan at noaa.gov>
User-Agent: Heirloom mailx 12.5 7/5/10
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="=_59694e46.8Z1fgXJMO13xS/EEuXAPakH4mvOYOgYt66tgpvtupKEqC34N"

This is a multi-part message in MIME format.

--=_59694e46.8Z1fgXJMO13xS/EEuXAPakH4mvOYOgYt66tgpvtupKEqC34N
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Friendly NEMS developers,

This is an automated email about a NEMS commit.

Project: nems
URL: https://svnemc.ncep.noaa.gov/projects/nems/trunk
Revision: 95629
Author:   samuel.trahan at noaa.gov
Date:     2017-07-14T22:53:36.772336Z
Message:
NEMS commit for WW3-GSM app:

    Create WW3-GSM app.  Add two wave variables (wave_z0_roughness_length and wave_bottom_current_period) to the NUOPC FieldDictionary in module_EARTH_GRID_COMP.F90.


Differences:
Index: checkout/tests
===================================================================
--- checkout/tests	(revision 95306)
+++ checkout/tests	(revision 95629)

Property changes on: checkout/tests
___________________________________________________________________
Modified: svn:externals
## -1 +1 ##
-produtil -r93653    https://svnemc.ncep.noaa.gov/projects/nceplibs/produtil/branches/regtests-run
+produtil -r95603    https://svnemc.ncep.noaa.gov/projects/nceplibs/produtil/branches/regtests-run
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/tests:r95261-95628
Index: checkout/doc
===================================================================
--- checkout/doc	(revision 95306)
+++ checkout/doc	(revision 95629)

Property changes on: checkout/doc
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/doc:r95261-95628
Index: checkout/src/module_EARTH_GRID_COMP.F90
===================================================================
--- checkout/src/module_EARTH_GRID_COMP.F90	(revision 95306)
+++ checkout/src/module_EARTH_GRID_COMP.F90	(revision 95629)
@@ -2556,6 +2556,31 @@
           return  ! bail out
       endif
 
+      if (.not.NUOPC_FieldDictionaryHasEntry( &
+        "wave_z0_roughness_length")) then
+        call NUOPC_FieldDictionaryAddEntry( &
+          standardName="wave_z0_roughness_length", &
+          canonicalUnits="m", &
+          rc=rc)
+        if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
+          line=__LINE__, &
+          file=__FILE__)) &
+          return  ! bail out
+      endif
+
+      if (.not.NUOPC_FieldDictionaryHasEntry( &
+        "wave_bottom_current_period")) then
+        call NUOPC_FieldDictionaryAddEntry( &
+          standardName="wave_bottom_current_period", &
+          canonicalUnits="s", &
+          rc=rc)
+        if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
+          line=__LINE__, &
+          file=__FILE__)) &
+          return  ! bail out
+      endif
+
+
       ! Fields from WAM to IPE
 
       if (.not.NUOPC_FieldDictionaryHasEntry( &
Index: checkout/src
===================================================================
--- checkout/src	(revision 95306)
+++ checkout/src	(revision 95629)

Property changes on: checkout/src
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/src:r95261-95628
Index: checkout
===================================================================
--- checkout	(revision 95306)
+++ checkout	(revision 95629)

Property changes on: checkout
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM:r95261-95628

--=_59694e46.8Z1fgXJMO13xS/EEuXAPakH4mvOYOgYt66tgpvtupKEqC34N
Content-Type: text/plain;
 charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="95629.diff"

Index: checkout/tests
===================================================================
--- checkout/tests	(revision 95306)
+++ checkout/tests	(revision 95629)

Property changes on: checkout/tests
___________________________________________________________________
Modified: svn:externals
## -1 +1 ##
-produtil -r93653    https://svnemc.ncep.noaa.gov/projects/nceplibs/produtil/branches/regtests-run
+produtil -r95603    https://svnemc.ncep.noaa.gov/projects/nceplibs/produtil/branches/regtests-run
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/tests:r95261-95628
Index: checkout/doc
===================================================================
--- checkout/doc	(revision 95306)
+++ checkout/doc	(revision 95629)

Property changes on: checkout/doc
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/doc:r95261-95628
Index: checkout/src/module_EARTH_GRID_COMP.F90
===================================================================
--- checkout/src/module_EARTH_GRID_COMP.F90	(revision 95306)
+++ checkout/src/module_EARTH_GRID_COMP.F90	(revision 95629)
@@ -2556,6 +2556,31 @@
           return  ! bail out
       endif
 
+      if (.not.NUOPC_FieldDictionaryHasEntry( &
+        "wave_z0_roughness_length")) then
+        call NUOPC_FieldDictionaryAddEntry( &
+          standardName="wave_z0_roughness_length", &
+          canonicalUnits="m", &
+          rc=rc)
+        if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
+          line=__LINE__, &
+          file=__FILE__)) &
+          return  ! bail out
+      endif
+
+      if (.not.NUOPC_FieldDictionaryHasEntry( &
+        "wave_bottom_current_period")) then
+        call NUOPC_FieldDictionaryAddEntry( &
+          standardName="wave_bottom_current_period", &
+          canonicalUnits="s", &
+          rc=rc)
+        if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
+          line=__LINE__, &
+          file=__FILE__)) &
+          return  ! bail out
+      endif
+
+
       ! Fields from WAM to IPE
 
       if (.not.NUOPC_FieldDictionaryHasEntry( &
Index: checkout/src
===================================================================
--- checkout/src	(revision 95306)
+++ checkout/src	(revision 95629)

Property changes on: checkout/src
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM/src:r95261-95628
Index: checkout
===================================================================
--- checkout	(revision 95306)
+++ checkout	(revision 95629)

Property changes on: checkout
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/NEMSUpdate/WW3GSM:r95261-95628

--=_59694e46.8Z1fgXJMO13xS/EEuXAPakH4mvOYOgYt66tgpvtupKEqC34N--


More information about the Ncep.list.nems.announce mailing list