Hi all,
I am a green-hand to ROMS. I am going to couple ROMS with a ESMFlized atmospheric model. Although ROMS follows the ESMF convention, but I can't find where is the ESMF routines in ROMS.
I am wondering that the ROMS can be easily coupled with a ESMFlized climate component?
I appreciate your any suggestion and comment.
Does ROMS have ESMF interface to couple with other models?
I hear that Natalie Perlin is working on this. Meanwhile, people at NCAR are working on coupling ROMS and WRF to CCSM as regional models within a global climate model. Once this works within their MCT system, the ESMF coupling will soon follow since we are working closely with one of the ESMF team on the ROMS coupling.
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Yes, I am aware that others are trying to do this. John Warner already has ROMS and WRF working with MCT. The ESMF coupling is not as trivial as you may think. There are several layers that need to be coded on top of the models that are coupled. In ROMS, it requires a restructure of the top layer. This has to be done very carefully to not break the adjoint algorithms. I am coding the interface routines now. By the way, we also need to code the interpolation routines between models and its parallelization. ESMF doesn't provide full support for this.