Opened 11 years ago
Closed 11 years ago
#964 closed Defect (fixed)
Limitation on meaning periods when using iomput
Reported by: | charris | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ||
Cc: |
Description
When using iomput only certain meaning periods can be chosen in the xml file because of the hard-coded limitations in set_xmlatt (in iom.F90). For example without hacking the code you can't have 10 day means. Is there a good reason for this?
Commit History (0)
(No commits)
Change History (2)
comment:1 Changed 11 years ago by smasson
comment:2 Changed 11 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
1) Any period can be chosen in the xml file. I think it must be a multiple of the model time step or nn_fsbc * the model time step for the variables computed in the surface "boundaries conditions" modules (surface fluxes, ice...), but I am not sure... The periods given in the xml file are just examples. You can add other cases.
2) However, the file name is defined automatically if:
In other cases, the file name will be defined through the attribute name in the xml file.
Note that in the examples provided in the xml file, with defined name='auto" to suggest that the file name will be automatically defined. If you keep this definition in cases that do not match automatic definition, you will get output files named auto.nc or auto_0000.nc,...
Note that you cannot create several file with the sam file name. The attribute name_suffix can be used to differentiate 2 files names.
We can decide to review this strategy that is used to define the file names...