Search found 8 matches
- Mon Apr 14, 2014 1:42 am
- Forum: ROMS Ice
- Topic: river plume problem with WET_DRY
- Replies: 5
- Views: 11460
Re: river plume problem with WET_DRY
I'm actually having other problems with WET_DRY. This is still an area of active code changes. In addition, the subroutine mod_clma.F is different from the old one. if i want to turn on AICLIMATOLOGY , I must turn on AD_SENSITIVITY or IS4DVAR_SENSITIVITY . So i have to remove these lines of code.
- Sun Apr 13, 2014 8:11 am
- Forum: ROMS Ice
- Topic: river plume problem with WET_DRY
- Replies: 5
- Views: 11460
Re: river plume problem with WET_DRY
Thanks! Kate. According to your suggestion. I updated all of my cods yestoday. It seems that the model is back to normal now. Although i still don't know what is the problem. :D. BTW, I have checked your ana_sponge.h file. I think the variable visc2_r and visc2_p should be replaced by MIXING(ng ...
- Fri Apr 11, 2014 7:45 am
- Forum: ROMS Ice
- Topic: river plume problem with WET_DRY
- Replies: 5
- Views: 11460
river plume problem with WET_DRY
Hi all: I am running ROMS ICE model. the model run smoothly without tide for 20 years. But after added tidal forcing to open boudary. it reports toubles in ice frazil. so I follow Kate's advices. I turn on #Define WET_DRY and make a test without tide. Fortunately, it work well and never give ice ...
- Tue Mar 11, 2014 9:46 am
- Forum: ROMS Problems
- Topic: why get the much higher temperature?
- Replies: 2
- Views: 2719
Re: why get the much higher temperature?
Hi, I have run ROMS smoothly,but when i check the rerult,i find that the temperature which get from ROMS is much higher in some regions,and much lower in others, as is shown in the figure along with the latitude line.i have calculate 15 years,it is the 15th resut! could you give me some advice ...
- Mon Mar 10, 2014 2:42 am
- Forum: ROMS Ice
- Topic: SST big problem use ROMS sea ice define BULK_FLUX
- Replies: 6
- Views: 13819
Re: SST big problem use ROMS sea ice define BULK_FLUX
I think I see your problem now. Just put your Pair the way you originally had it and #undef CORE_FORCING. You will also need to make sure you have the right setting for relative humidity in your varinfo.dat. You clearly are using relative, not specific humidity, so the cppdef above will cause ROMS ...
- Sun Mar 09, 2014 7:56 am
- Forum: ROMS Ice
- Topic: SST big problem use ROMS sea ice define BULK_FLUX
- Replies: 6
- Views: 13819
Re: SST big proble use ROMS sea ice define BULK_FLUX
No, that should be OK - the important thing is the 0.01 factor. You need to see what the forcing variables look like as they are being read in (their ranges are written out at input times). That will tell you if your variables are in the right range, i.e., you can catch problems like air temps ...
- Sun Mar 09, 2014 2:30 am
- Forum: ROMS Ice
- Topic: SST big problem use ROMS sea ice define BULK_FLUX
- Replies: 6
- Views: 13819
Re: SST big proble use ROMS sea ice define BULK_FLUX
Looks like some issue with units. Have you converted sea level pressure from Pascals to Hectopascals (mb) in varinfo.dat? Dear Paul.Thank you for your reply. I got this code from Kate. the description of Pair in my varinfo.dat is like this: 'Pair' ! Input 'surface air pressure' 'Pascal' ! [ROMS ...
- Sat Mar 08, 2014 2:09 pm
- Forum: ROMS Ice
- Topic: SST big problem use ROMS sea ice define BULK_FLUX
- Replies: 6
- Views: 13819
SST big problem use ROMS sea ice define BULK_FLUX
could anyone help me? i am in trouble when i make a climatology run in Arctic with ROMS sea ice.Fist, I make forcing file which contain many variabls include Pair Tair Qair Uwind Vwind lwrf_down swrad rain.The data i used is monthly average COADS data. my netcdf file attributes: dimensions: xi_rho ...