olga / olga_model

Tools required to setup and run OLGA
3 stars 2 forks source link

Change spatial parameters in namelist.wps and namelist.input from domainSettings.py #14

Open roeles opened 8 years ago

roeles commented 8 years ago

When changing the spatial parameters, this should be performed in both namelist.wps and namelist.input. Therefore, this is a candidate for configuration in domainSettings.py

roeles commented 8 years ago

Also, show these parameters in the plots footers. Right now they're hardcoded.

roeles commented 7 years ago

@julietbravo: I'm looking at namelist.wps, since that appears to be the first file to modify. I think I'm seeing a center point (51.5, 7.5) described by ref_lat and ref_lon. Can you tell me if I would need to update truelat1, truelat2 and stand_lon too?

I'm also a little bit vague on our current status with the 2 domains. Are we actually using an our and an inner domain, or can I just set these to the same values?

My goal: specify the borders (in lat/lon) plus grid size in domainSettings.py, and have run.py calculate the center, and number of grids in ew and ns direction. Does that sound okay to you?