ESCOMP / ESCOMP/CDEPS

Use relative paths for NEON datasets to make them more readable

Open
#264 1 comment 0 reactions 0 assignees View on GitHub
enhancement Responsibility: CTSM
Dominant language
Fortran
Stars
32
Forks
68
Avg merge
5d 13h
Merged PRs (30d)
2

Description

Filenames for the NEON datasets are especially long for tests since it uses an absolute path for $RUNDIR and then includes deep subdirectories beneath that.

See this discussion here...

https://github.com/ESCOMP/CTSM/issues/2310#issuecomment-2007647459

This is related to #263. As above this changes the path from:

`/derecho/scratch/erik/tests_alpha-ctsm52mksrf25_ctsm51d174acl/SMS_Ld10_D_Mmpi-serial.CLM_USRDAT.I1PtClm51Fates.derecho_intel.clm-FatesFireLightningPopDens--clm-NEON-FATES-NIWO.GC.alpha-ctsm52mksrf25_ctsm51d174acl_int/run/inputdata/atm/cdeps/v2/NIWO/NIWO_atm_2018-01.nc`

to:

`inputdata/atm/cdeps/v2/NIWO/NIWO_atm_2018-01.nc`

which is just so much easier to read.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.