next up previous
Next: The cheoa3 model Up: TOYOASIS3 description Previous: The oceoa3 model


The atmoa3 model

The atmoa3 model has a realistic atmospheric Gaussian reduced grid with 6232 points. Its timestep is 3600 seconds; it therefore performs 144 timesteps per 6-day run.

As oceoa3, atmoa3 performs, at the beginning of a run, appropriate PSMILe calls to initialize the coupling, define its grids, and declare its I/O or coupling variables. Then atmoa3 retrieves a local communicator for its internal parallelization with a call to PSMILe prism_get_localcomm routine, useful if the MPI1 communication technique is chosen by the user (see section 4.1), and defines its local partition calling the PSMILe prism_def_partition routine.

Then, atmoa3 starts its timestep loop. At the beginning of its timestep, atmoa3 calls the PSMILe prism_get routine 3 times to request the fields named Field1, Field2 and Field11 on table 8.1. At the end of its timestep, atmoa3 calls PSMILe prism_put routine to send fields named Field4 to Field10 on table 8.1. The fields will be effectively received or sent only at the coupling frequency defined in the namcouple (see section 5.3) of the coupled model that one can find in oasis3/examples/toyoasis3/input.

Finally, at the end of the run, atmoa3 performs the PSMILe finalization call.


next up previous
Next: The cheoa3 model Up: TOYOASIS3 description Previous: The oceoa3 model
Laure Coquart 2013-06-11