Now, I try to create my application.when i create initial filed using d_intial.m, there are some errors, I suspect that some of the parameters set wrong,
the GRDname is my grid file name(seagrid.nc)?
the OAname is my temp and salt file name(tempsalt.nc)?
and I do not know what is according to set the S.Lm and S.Mm?
Perhaps the question is simple.But I still feel overwhelmed.
Could you give me some help? Thank you very much!
the error in running d_initial.m
the error in running d_initial.m
- Attachments
-
- tempsalt.nc
- (2.95 MiB) Downloaded 230 times
-
- seagrid.nc
- (128.95 KiB) Downloaded 217 times
Re: the error in running d_initial.m
When I run the d_initial.m, the error is :shiyf wrote:Now, I try to create my application.when i create initial filed using d_intial.m, there are some errors, I suspect that some of the parameters set wrong,
the GRDname is my grid file name(seagrid.nc)?
the OAname is my temp and salt file name(tempsalt.nc)?
and I do not know what is according to set the S.Lm and S.Mm?
Perhaps the question is simple.But I still feel overwhelmed.
Could you give me some help? Thank you very much!
Error using +
Matrix dimensions must agree.
Error in set_depth (line 239)
z(:,:,k)=zetar+(zeta+hr).*z0;