Mark Taylor

Results 10 issues of Mark Taylor

This PR adds the file positions of each record to the parsing code. Motivation: I have a garmin 66i that occasionally produces bad records ( corrupt time and/or very inaccurate...

Bug found and fixed by CESM: https://github.com/NCAR/amwg_dev/issues/151 https://github.com/ESCOMP/CAM/issues/633 and one additional related fix: https://github.com/ESCOMP/CAM/issues/678 This bug effects EAM simulations using which use the older Eulerian transport, and turn on the...

bug
Atmosphere
HOMME

bug reported by Barak Galanti: step 5 in readme suggests running the dnsp3 code with ./gridsetup.py 1 1 2 64 64 64 2 2 0 but as documented in step...

SCREAM v0.1 (Fortran code) runs with adjust_ps=.false. CXX code has only been tested with adjust_ps=.true. E3SM should also migrate to adjust_ps=.false., but this is on hold in order to preserve...

bugfix

This call is used in standalone HOMME: call copy_pio_var(infile%FileID, Outfile%fileid, infile%vars%vardesc(i), outfile%varlist(i)%vardesc, len) it seems to work well, for all variables except 'time'. For the time array, it doesn't copy...

bug
Low Priority

Adding this issue to track the documentation and bug fix discussed on the NCAR topo repo: https://github.com/NCAR/Topo/issues/62 @jsbamboo fixed some issues in E3SM's copy of "cube_to_target" when using that tool...

bug

For NE>=6144 (500m), the description of the atmosphere restart arrays need to be upgraded to integer*8 In addition, the SCORPIO pio_initdecomp() function will need to be upgraded to support "dims"...

Atmosphere
SCORPIO
EAMxx
eam

The physics timestep and atmophsere/land coupling frequecy is set by the ATM_NCPL variable in env_run.xml. However, if a user sets 'dtime' in user_nl_cam, it will take precedence over the value...

bug
Atmosphere

the EAM/EAMxx vertical coordinate requires: hybi(1) = 0 (top of model is a fixed pressure surface, with hydrostatic pressure (mass above layer) = hyai(1)*ps0 hyai(nlev+1) = 0 (surface is pure...

EAMxx
EAM

Bug found by @mldubey Using ncremap to vertically interpolate the EAMxx "horiz_winds" variable to a pressure level, and then plotting the U component, leads to some scrambled data. Using "-P...