Skip to content

Commit 26c4b55

Browse files
fixed location of special ensupd nml file being edited during LADAS setup (ldas_setup)
1 parent 2a33374 commit 26c4b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSldas_App/ldas_setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class LDASsetup:
273273
shutil.copy(_etcdir+'/LDASsa_SPECIAL_inputs_ensprop.nml', _rundir)
274274
shutil.copy(_etcdir+'/LDASsa_SPECIAL_inputs_ensupd.nml' , _rundir)
275275
# edit resolution info in ensupd nml file
276-
sp.run(['sed', '-i', 's/<CFnnnn>/'+_agcm_res+'/g', _etcdir+'/LDASsa_SPECIAL_inputs_ensupd.nml'])
276+
sp.run(['sed', '-i', 's/<CFnnnn>/'+_agcm_res+'/g', _rundir+'/LDASsa_SPECIAL_inputs_ensupd.nml'])
277277
self.rqdExeInp['NML_INPUT_PATH'] = _rundir
278278

279279

0 commit comments

Comments
 (0)