Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,22 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ def __repr__(self):

__str__ = __repr__

class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

"""
Copy this template and complete to add your macro

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

21 changes: 13 additions & 8 deletions applications/jedi_lfric_tests/rose-meta/jedi_common/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

21 changes: 13 additions & 8 deletions applications/jules/rose-meta/lfric-jules/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ def __repr__(self):
__str__ = __repr__


"""
Copy this template and complete to add your macro
class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

22 changes: 13 additions & 9 deletions applications/lfric_atm/rose-meta/lfric-lfric_atm/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ def __repr__(self):

__str__ = __repr__

class vn32_t683(MacroUpgrade):
"""
Upgrade macro for ticket #683 by Alan J Hewitt.
Users can now select GLOMAP setting via namelist.
NWP option glomap_mode_dust_and_clim is hard coded to i_mode_setup == 8
Simple option glomap_mode_climatology is hard coded to i_mode_setup == 8
"""

"""
Copy this template and complete to add your macro

class vnXX_txxx(MacroUpgrade):
# Upgrade macro for <TICKET> by <Author>

BEFORE_TAG = "vnX.X"
AFTER_TAG = "vnX.X_txxx"
BEFORE_TAG = "vn3.2"
AFTER_TAG = "vn3.2_t683"

def upgrade(self, config, meta_config=None):
# Add settings
self.add_setting( config, ["namelist:aerosol",
"i_mode_setup"], "8" )

return config, self.reports
"""

Loading
Loading