This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncdump -h /compyfs/bish218/e3sm_scratch/conus_1k_small_lat1.f85ea21.fdrain_est.modified_infil_5000_wa.v2.fc_est.daily_runoff/run/conus_1k_small_lat1.f85ea21.fdrain_est.modified_infil_5000_wa.v2.fc_est.daily_runoff.elm.h1.0001-01-01-00000.nc | |
netcdf conus_1k_small_lat1.f85ea21.fdrain_est.modified_infil_5000_wa.v2.fc_est.daily_runoff.elm.h1.0001-01-01-00000 { | |
dimensions: | |
lon = 6960 ; | |
lat = 240 ; | |
gridcell = 62840 ; | |
topounit = 62840 ; | |
landunit = 252999 ; | |
column = 1007079 ; | |
pft = 2012519 ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
physics: | |
flow: | |
mode: swe | |
numerics: | |
spatial: fv | |
temporal: euler | |
riemann: roe | |
logging: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export NameTag=Optimal_future_${deltaT}K_P_after_spinup | |
export DateTag=$(date '+%Y%m%d') | |
deltaT=0 | |
############################################ | |
############################################ | |
############################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export NameTag=Optimal_future_${deltaT}K_P_after_spinup | |
export DateTag=$(date '+%Y%m%d') | |
deltaT=0 | |
############################################ | |
############################################ | |
############################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DETAIL: ========================================================== | |
DETAIL: RDycore (input read from delaware_30m.OceanBC.yaml) | |
DETAIL: ========================================================== | |
DETAIL: Physics: | |
DETAIL: Flow: | |
DETAIL: Sediment model: disabled | |
DETAIL: Salinity model: disabled | |
DETAIL: Numerics: | |
DETAIL: Spatial discretization: finite volume (FV) | |
DETAIL: Temporal discretization: forward euler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------------------------------------------------ | |
See the 'Profiling' chapter of the users' manual for details on interpreting output. | |
Phase summary info: | |
Count: number of times phase was executed | |
Time and Flop: Max - maximum over all processors | |
Ratio - ratio of maximum to minimum over all processors | |
Mess: number of messages sent | |
AvgLen: average message length (bytes) | |
Reduct: number of global reductions | |
Global: entire computation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% Using Older PETSc | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
Event Count Time (sec) Flop --- Global --- --- Stage ---- Total GPU - CpuToGpu - - GpuToCpu - GPU | |
Max Ratio Max Ratio Max Ratio Mess AvgLen Reduct %T %F %M %L %R %T %F %M %L %R Mflop/s Mflop/s Count Size Count Size %F | |
--------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
--- Event Stage 0: Main Stage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDF5 "DamBreak_grid5x10.compressed.using_script.h5" { | |
GROUP "/" { | |
ATTRIBUTE "dmplex_storage_version" { | |
DATATYPE H5T_STRING { | |
STRSIZE 5; | |
STRPAD H5T_STR_NULLTERM; | |
CSET H5T_CSET_ASCII; | |
CTYPE H5T_C_S1; | |
} | |
DATASPACE SCALAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDF5 "mesh.n1.v3.0.0.compressed1.h5" { | |
GROUP "/" { | |
ATTRIBUTE "dmplex_storage_version" { | |
DATATYPE H5T_STRING { | |
STRSIZE 6; | |
STRPAD H5T_STR_NULLTERM; | |
CSET H5T_CSET_ASCII; | |
CTYPE H5T_C_S1; | |
} | |
DATASPACE SCALAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$PETSC_DIR/$PETSC_ARCH/bin/mpiexec -n 1 ./ex9 \ | |
-dm_plex_filename /Users/bish218/projects/rdycore/rdycore/share/meshes/mms_triangles_dx1.exo \ | |
-dm_view -daf_view -mat_view | |
Mat Object: Mat_0x13ef04f20_1 1 MPI process | |
type: seqaij | |
row 0: (0, 1.) | |
row 1: (1, 1.) | |
row 2: (2, 1.) | |
Mat Object: Mat_0x13ef04f20_2 1 MPI process | |
type: seqaij |
NewerOlder