Daniel Rosen

Results 10 issues of Daniel Rosen

TYPE: fix KEYWORDS: NUOPC, GNU SOURCE: Daniel Rosen ([email protected]) - NCAR/ESMF DESCRIPTION OF CHANGES: Fix GNU compiling issues ISSUE: `none` TESTS CONDUCTED: Built and run on Cheyenne using gnu/9.1.0 and...

I stumbled upon this issue because there was a bug in my hydro.namelist configuration that caused the output_chrt_NWM to think there aren't channel points. [https://github.com/NCAR/wrf_hydro_nwm_public/blob/master/trunk/NDHMS/Routing/module_NWM_io.F#L651](https://github.com/NCAR/wrf_hydro_nwm_public/blob/master/trunk/NDHMS/Routing/module_NWM_io.F#L651) ## Expected Behavior In the...

Low Priority

TYPE: bug fix KEYWORDS: ZSOIL8, HYDRO_nlist, config SOURCE: @danrosen25 NCAR DESCRIPTION OF CHANGES: This fixes an issue where the user cannot specify the soil depths (a.k.a. soil layer thickness) in...

## Commit Queue Requirements: - [ ] Fill out all sections of this template. - [ ] All sub component pull requests have been reviewed by their code managers. -...

## Description As part of the effort to advance UFS infrastructure in support of fire modeling the CGD ESMF team and RAL Fire Behavior team have developed capabilities to couple...

enhancement

## Description This PR satisfies two-way coupling requirements for fv3atm and the [community fire behavior model](https://ral.ucar.edu/model/community-fire-behavior-model). It includes an option to enable fire coupling 'cpl_fire', which enables several export fields...

## Description Add two-way coupling for the [community fire behavior model](https://ral.ucar.edu/model/community-fire-behavior-model). ## Solution This will include a new coupling flag `cpl_fire` which will be used to enable export of fields...

enhancement

@uturuncoglu @mvertens @jedwards4b Currently we have two background fill types handling unmapped points and they are built directly into the mapping type. We'd like to separate the background fill option...

enhancement

I would like to move away from hard coding mask values based on the coupling_mode (see code in med_map_mod.F90). Several applications use multiple compset configurations, each would require a new...

Applications often need more than one coupling configuration setting. For example NEMS at least uses 'nems_orig', 'nems_orig_data', 'nems_orig_active', 'nems_frac'. HAFS will similarly need multiple settings during the research and development...