diff --git a/docn/docn_import_data_mod.F90 b/docn/docn_import_data_mod.F90 index 13273625..cb7d9513 100644 --- a/docn/docn_import_data_mod.F90 +++ b/docn/docn_import_data_mod.F90 @@ -47,6 +47,8 @@ subroutine docn_import_data_advertise(importState, fldsimport, flds_scalar_name, call dshr_fldList_add(fldsImport, trim(fieldnamelist(n)), ungridded_lbound=1, ungridded_ubound=3) else if (trim(fieldnamelist(n)) == 'Faxa_dstwet' .or. trim(fieldnamelist(n)) == 'Faxa_dstdry') then call dshr_fldList_add(fldsImport, trim(fieldnamelist(n)), ungridded_lbound=1, ungridded_ubound=4) + else if (trim(fieldnamelist(n)) == 'Faxa_ndep') then + call dshr_fldList_add(fldsImport, trim(fieldnamelist(n)), ungridded_lbound=1, ungridded_ubound=2) else call dshr_fldList_add(fldsImport, trim(fieldnamelist(n))) end if