Opened 7 years ago

Closed 6 years ago

#242 closed enhancement (wontfix)

3 dimension restget_p and restput_p subroutines

Reported by: ajornet Owned by: somebody
Priority: minor Milestone:
Component: Driver files Version: trunc
Keywords: restget_p, restput_p Cc:

Description

Due to its common use to save variables in restart file with 3 dimensions. Restget_p and restput_p are upgraded to a subroutine in ioipsl_para.
It does the same as before. Variables are saved in restart files as:

somevar_1
somevar_2
somevar_3
...
somevar_N

All related changes are done in the following commits:

  • [3046] -> introduced resput
  • [3048] -> introduced restget
  • [3113] -> fix 3rd dimension, replace calls
  • [3126] -> 1st trim spaces in variable names
  • [3150] -> 2nd trim spaces in variable names

My apologizes for this confusing commits.

Change History (1)

comment:1 Changed 6 years ago by jgipsl

  • Resolution set to wontfix
  • Status changed from new to closed

IOIPSL will be adapted instead of the method described in this ticket. See IOIPSL ticket here:
https://forge.ipsl.jussieu.fr/igcmg/ticket/110

Note: See TracTickets for help on using tickets.