Skip to content

Commit

Permalink
created the templates folder for the pahm control files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelissariou1 committed Apr 12, 2022
1 parent 592b360 commit 3635272
Show file tree
Hide file tree
Showing 10 changed files with 373 additions and 366 deletions.
135 changes: 0 additions & 135 deletions pahm_control-sandy.in

This file was deleted.

48 changes: 12 additions & 36 deletions pahm_control.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ bestTrackFileName = inputs/sandy2012-bdeck.dat
meshFileType = ADCIRC

!### The mesh file to be read to create the gridded wind data
!meshFileName = inputs/adcirc_mesh-estofs-hres.dat
!meshFileName = inputs/adcirc_mesh-estofs.dat
meshFileName = inputs/adcirc_mesh-shinnecock.dat

!### The mesh file format (ASCII, NETCDF)
Expand All @@ -69,9 +67,6 @@ meshFileForm = ASCII
!----------
! Output files and NetCDF-4 parameters
!----------
!### Output filename (no extension). If there is an extension (e.g., .ext)
!### it will be removed. The final extension to this filename will be either .nc or .nc4
!outFileName = pahm_windout-sandy
outFileName = pahm_windout-sandy

!### For NetCDF-4: turn on the shuffle filter (ncShuffle > 0),
Expand All @@ -81,9 +76,9 @@ ncShuffle = 0
ncDeflate = 1
ncDLevel = 2

!ncVarNam_Pres = P ! Name of the pressure variable in the output NetCDF file
!ncVarNam_WndX = uwnd ! Name of the wind-x component variable in the output NetCDF file
!ncVarNam_WndY = vwnd ! Name of the wind-x component variable in the output NetCDF file
!ncVarNam_Pres = P
!ncVarNam_WndX = uwnd
!ncVarNam_WndY = vwnd


!========================================
Expand All @@ -93,43 +88,24 @@ ncDLevel = 2
!----------
! Physical parameters
!----------
gravity = 9.80665d0 ! m/s^2 Gravitational acceleration
rhoWater = 1000.0d0 ! kg/m^3 Mean water density (fresh water, 4 deg C)
rhoAir = 1.1478d0 ! kg/m^3 Mean air density (1013.25 mb, Rel. Hum 90%, 30 deg C)
backgroundAtmPress = 1013.25d0 ! mb Background atmospheric pressure
windReduction = 0.9d0 ! Boundary layer reduction factor used in the Holland models
!gravity = 9.80665d0
!rhoWater = 1000.0d0
!rhoAir = 1.1478d0
!backgroundAtmPress = 1013.25d0
!windReduction = 0.9d0

!----------
! Time-Stepping parameters
!----------
refDateTime = 1990-01-01 00:00:00 ! Any sequence that includes numeric values such that
! it results to a string YYYYMMDD[hhmmss] after processing
!unitTime = S ! Time units to be used (S=seconds, M=minutes, H=hours,
! D=days, W=weeks)
!outDT = 3600 ! Frequency of output data (units = unitTime)
refDateTime = 1990-01-01 00:00:00

unitTime = D
outDT = 0.041666667

! Extra days before and after
begDateTime = 2012-10-19 00:00:00
begDateTime = 2012-10-19 00:00:00
endDateTime = 2012-11-03 00:00:00

! True start and end times
!begDateTime = 2012-10-21 18:00:00 ! Start date and time of the simulation (format: refDateTime)
!endDateTime = 2012-10-31 12:00:00 ! Stop date and time of the simulation (format: refDateTime)

!begSimTime = 719690400.0d0 ! Relative to refDate (units = unitTime)
! Either begDateTime or begSimTime can be specified
!endSimTime = 720532800.0d0 ! Relative to refDate (units = unitTime)
! Either begDateTime or begSimTime can be specified

!----------
! Model parameters
!----------
modelType = 1 ! The parametric model to use
! 0: Rankine Vortex - NOT IMPLEMENTED YET
! 1: Holland B (1980)
! 2: Holland B (2010)
! 3: Willoughby model - NOT IMPLEMENTED YET
! 9: Asymmetric vortex model (Mattocks) - NOT IMPLEMENTED
! 10: Generalized asymmetric vortex Holland model (GAHM)
modelType = 1
129 changes: 0 additions & 129 deletions pahm_control.tmpl

This file was deleted.

1 change: 1 addition & 0 deletions templates/.~lock.pahm_control.tmpl#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,takis,takis.tartan.org,10.04.2022 15:27,file:///home/takis/.config/libreoffice/4;
29 changes: 29 additions & 0 deletions templates/nems.configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# `nems.configure` generated with NEMSpy unknown
# EARTH #
EARTH_component_list: ATM OCN
EARTH_attributes::
Verbosity = off
::

# ATM #
ATM_model: pahm (or atmesh)
ATM_petlist_bounds: 0 0
ATM_attributes::
Verbosity = off
::

# OCN #
OCN_model: adcirc
OCN_petlist_bounds: 1 513
OCN_attributes::
Verbosity = off
::

# Run Sequence #
runSeq::
@3600
ATM -> OCN :remapMethod=redist
ATM
OCN
@
::
Loading

0 comments on commit 3635272

Please sign in to comment.